Interface PredictiveScalingMetricDimension.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredictiveScalingMetricDimension.Builder,
,PredictiveScalingMetricDimension> SdkBuilder<PredictiveScalingMetricDimension.Builder,
,PredictiveScalingMetricDimension> SdkPojo
- Enclosing class:
PredictiveScalingMetricDimension
@Mutable
@NotThreadSafe
public static interface PredictiveScalingMetricDimension.Builder
extends SdkPojo, CopyableBuilder<PredictiveScalingMetricDimension.Builder,PredictiveScalingMetricDimension>
-
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, sdkFieldNameToField, 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.
-