Interface CloudWatchLogsDestinationDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CloudWatchLogsDestinationDetails.Builder,,CloudWatchLogsDestinationDetails> SdkBuilder<CloudWatchLogsDestinationDetails.Builder,,CloudWatchLogsDestinationDetails> SdkPojo
- Enclosing class:
 CloudWatchLogsDestinationDetails
public static interface CloudWatchLogsDestinationDetails.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogsDestinationDetails.Builder,CloudWatchLogsDestinationDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the CloudWatch Logs log group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
logGroup
The name of the CloudWatch Logs log group.
- Parameters:
 logGroup- The name of the CloudWatch Logs log group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -