Interface CloudWatchLogDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchLogDestination.Builder,
,CloudWatchLogDestination> SdkBuilder<CloudWatchLogDestination.Builder,
,CloudWatchLogDestination> SdkPojo
- Enclosing class:
CloudWatchLogDestination
@Mutable
@NotThreadSafe
public static interface CloudWatchLogDestination.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogDestination.Builder,CloudWatchLogDestination>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn
(String logGroupArn) The ARN of the CloudWatch log group to which the vended log data will be published.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 ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this operation.
- Parameters:
logGroupArn
- The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-