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 SummaryModifier and TypeMethodDescriptionThe name of the CloudWatch Logs group to send pipeline logs to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
logGroupThe name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines.- Parameters:
- logGroup- The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example,- /aws/vendedlogs/OpenSearchService/pipelines.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-