Package com.oracle.bmc.sch.model
Class LoggingAnalyticsTargetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.sch.model.LoggingAnalyticsTargetDetails.Builder
 
- 
- Enclosing class:
- LoggingAnalyticsTargetDetails
 
 public static class LoggingAnalyticsTargetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingAnalyticsTargetDetailsbuild()LoggingAnalyticsTargetDetails.Buildercopy(LoggingAnalyticsTargetDetails model)LoggingAnalyticsTargetDetails.BuilderlogGroupId(String logGroupId)The OCID of the Logging Analytics log group.LoggingAnalyticsTargetDetails.BuilderlogSourceIdentifier(String logSourceIdentifier)Identifier of the log source that you want to use for processing data received from the connector source.
 
- 
- 
- 
Method Detail- 
logGroupIdpublic LoggingAnalyticsTargetDetails.Builder logGroupId(String logGroupId) The OCID of the Logging Analytics log group.- Parameters:
- logGroupId- the value to set
- Returns:
- this builder
 
 - 
logSourceIdentifierpublic LoggingAnalyticsTargetDetails.Builder logSourceIdentifier(String logSourceIdentifier) Identifier of the log source that you want to use for processing data received from the connector source.Applies to StreamingSource only. Equivalent to name at LogAnalyticsSource.- Parameters:
- logSourceIdentifier- the value to set
- Returns:
- this builder
 
 - 
buildpublic LoggingAnalyticsTargetDetails build() 
 - 
copypublic LoggingAnalyticsTargetDetails.Builder copy(LoggingAnalyticsTargetDetails model) 
 
- 
 
-