Interface CloudWatchMetricsDimension.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CloudWatchMetricsDimension.Builder,,CloudWatchMetricsDimension> SdkBuilder<CloudWatchMetricsDimension.Builder,,CloudWatchMetricsDimension> SdkPojo
- Enclosing class:
 CloudWatchMetricsDimension
public static interface CloudWatchMetricsDimension.Builder
extends SdkPojo, CopyableBuilder<CloudWatchMetricsDimension.Builder,CloudWatchMetricsDimension> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the CloudWatch dimension.The value of the CloudWatch dimension.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, sdkFields 
- 
Method Details
- 
name
The name of the CloudWatch dimension.
- Parameters:
 name- The name of the CloudWatch dimension.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value of the CloudWatch dimension.
- Parameters:
 value- The value of the CloudWatch dimension.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -