Interface PredictiveScalingPredefinedMetricPairSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,
,PredictiveScalingPredefinedMetricPairSpecification> SdkBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,
,PredictiveScalingPredefinedMetricPairSpecification> SdkPojo
- Enclosing class:
PredictiveScalingPredefinedMetricPairSpecification
@Mutable
@NotThreadSafe
public static interface PredictiveScalingPredefinedMetricPairSpecification.Builder
extends SdkPojo, CopyableBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,PredictiveScalingPredefinedMetricPairSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionpredefinedMetricType
(String predefinedMetricType) Indicates which metrics to use.resourceLabel
(String resourceLabel) A label that uniquely identifies a specific target group from which to determine the total and average request count.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
PredictiveScalingPredefinedMetricPairSpecification.Builder predefinedMetricType(String predefinedMetricType) Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric.
- Parameters:
predefinedMetricType
- Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLabel
A label that uniquely identifies a specific target group from which to determine the total and average request count.
- Parameters:
resourceLabel
- A label that uniquely identifies a specific target group from which to determine the total and average request count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-