Interface ExperimentCloudWatchLogsLogConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentCloudWatchLogsLogConfiguration.Builder,
,ExperimentCloudWatchLogsLogConfiguration> SdkBuilder<ExperimentCloudWatchLogsLogConfiguration.Builder,
,ExperimentCloudWatchLogsLogConfiguration> SdkPojo
- Enclosing class:
ExperimentCloudWatchLogsLogConfiguration
public static interface ExperimentCloudWatchLogsLogConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExperimentCloudWatchLogsLogConfiguration.Builder,ExperimentCloudWatchLogsLogConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn
(String logGroupArn) The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
logGroupArn
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
- Parameters:
logGroupArn
- The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-