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