Interface PredictiveScalingPredefinedLoadMetricSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>,SdkBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>,SdkPojo
- Enclosing class:
- PredictiveScalingPredefinedLoadMetricSpecification
public static interface PredictiveScalingPredefinedLoadMetricSpecification.Builder extends SdkPojo, CopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictiveScalingPredefinedLoadMetricSpecification.BuilderpredefinedMetricType(String predefinedMetricType)The metric type.PredictiveScalingPredefinedLoadMetricSpecification.BuilderresourceLabel(String resourceLabel)A label that uniquely identifies a target group.-
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 Detail
-
predefinedMetricType
PredictiveScalingPredefinedLoadMetricSpecification.Builder predefinedMetricType(String predefinedMetricType)
The metric type.
- Parameters:
predefinedMetricType- The metric type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLabel
PredictiveScalingPredefinedLoadMetricSpecification.Builder resourceLabel(String resourceLabel)
A label that uniquely identifies a target group.
- Parameters:
resourceLabel- A label that uniquely identifies a target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-