Interface PredictiveScalingPredefinedMetricPairSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,PredictiveScalingPredefinedMetricPairSpecification>,SdkBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,PredictiveScalingPredefinedMetricPairSpecification>,SdkPojo
- Enclosing class:
- PredictiveScalingPredefinedMetricPairSpecification
public static interface PredictiveScalingPredefinedMetricPairSpecification.Builder extends SdkPojo, CopyableBuilder<PredictiveScalingPredefinedMetricPairSpecification.Builder,PredictiveScalingPredefinedMetricPairSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictiveScalingPredefinedMetricPairSpecification.BuilderpredefinedMetricType(String predefinedMetricType)Indicates which metrics to use.PredictiveScalingPredefinedMetricPairSpecification.BuilderresourceLabel(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 Detail
-
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
PredictiveScalingPredefinedMetricPairSpecification.Builder resourceLabel(String 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.
-
-