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