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
Modifier and TypeMethodDescriptionpredefinedMetricType(String predefinedMetricType) The metric type.resourceLabel(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -