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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingAnalyticsTargetDetails
build()
LoggingAnalyticsTargetDetails.Builder
copy(LoggingAnalyticsTargetDetails model)
LoggingAnalyticsTargetDetails.Builder
logGroupId(String logGroupId)
The OCID of the Logging Analytics log group.LoggingAnalyticsTargetDetails.Builder
logSourceIdentifier(String logSourceIdentifier)
Identifier of the log source that you want to use for processing data received from the connector source.
-
-
-
Method Detail
-
logGroupId
public LoggingAnalyticsTargetDetails.Builder logGroupId(String logGroupId)
The OCID of the Logging Analytics log group.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
logSourceIdentifier
public 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
-
build
public LoggingAnalyticsTargetDetails build()
-
copy
public LoggingAnalyticsTargetDetails.Builder copy(LoggingAnalyticsTargetDetails model)
-
-