Package com.oracle.bmc.sch.model
Class LogSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.sch.model.LogSource.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LogSourcebuild()LogSource.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the log source.LogSource.Buildercopy(LogSource model)LogSource.BuilderlogGroupId(String logGroupId)Identifier of the log group.LogSource.BuilderlogId(String logId)The OCID of the log.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic LogSource.Builder compartmentId(String compartmentId) The OCID of the compartment containing the log source.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
logGroupIdpublic LogSource.Builder logGroupId(String logGroupId) Identifier of the log group.Either _Audit or the OCID of the log group. Note: For the Notifications target, only _Audit is allowed. - Parameters:
- logGroupId- the value to set
- Returns:
- this builder
 
 - 
logIdpublic LogSource.Builder logId(String logId) The OCID of the log.- Parameters:
- logId- the value to set
- Returns:
- this builder
 
 - 
buildpublic LogSource build() 
 - 
copypublic LogSource.Builder copy(LogSource model) 
 
- 
 
-