Interface PredictiveScalingPredefinedLoadMetricSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,
,PredictiveScalingPredefinedLoadMetricSpecification> SdkBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,
,PredictiveScalingPredefinedLoadMetricSpecification> SdkPojo
- Enclosing class:
PredictiveScalingPredefinedLoadMetricSpecification
@Mutable
@NotThreadSafe
public static interface PredictiveScalingPredefinedLoadMetricSpecification.Builder
extends SdkPojo, CopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionpredefinedMetricType
(String predefinedMetricType) The metric type.resourceLabel
(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 Details
-
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
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.
-