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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentCloudWatchLogsLogConfiguration.BuilderlogGroupArn(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 Detail
-
logGroupArn
ExperimentCloudWatchLogsLogConfiguration.Builder logGroupArn(String 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.
-
-