public static class LoggingAnalyticsTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public LoggingAnalyticsTargetDetails.Builder logGroupId(String logGroupId)
The OCID of the Logging Analytics log group.
logGroupId
- the value to setpublic 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
.
logSourceIdentifier
- the value to setpublic LoggingAnalyticsTargetDetails build()
public LoggingAnalyticsTargetDetails.Builder copy(LoggingAnalyticsTargetDetails model)
Copyright © 2016–2024. All rights reserved.