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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchMetricsDimension.Buildername(String name)The name of the CloudWatch dimension.CloudWatchMetricsDimension.Buildervalue(String value)The value of the CloudWatch dimension.-
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, sdkFields
-
-
-
-
Method Detail
-
name
CloudWatchMetricsDimension.Builder name(String 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
CloudWatchMetricsDimension.Builder value(String 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.
-
-