Interface CloudWatchLogsLogGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchLogsLogGroup.Builder,
,CloudWatchLogsLogGroup> SdkBuilder<CloudWatchLogsLogGroup.Builder,
,CloudWatchLogsLogGroup> SdkPojo
- Enclosing class:
CloudWatchLogsLogGroup
@Mutable
@NotThreadSafe
public static interface CloudWatchLogsLogGroup.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogsLogGroup.Builder,CloudWatchLogsLogGroup>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn
(String logGroupArn) The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
logGroupArn
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
- Parameters:
logGroupArn
- The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-