Interface ScalingPolicyObjective.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ScalingPolicyObjective.Builder,,ScalingPolicyObjective> SdkBuilder<ScalingPolicyObjective.Builder,,ScalingPolicyObjective> SdkPojo
- Enclosing class:
 ScalingPolicyObjective
@Mutable
@NotThreadSafe
public static interface ScalingPolicyObjective.Builder
extends SdkPojo, CopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxInvocationsPerMinute(Integer maxInvocationsPerMinute) The maximum number of expected requests to your endpoint per minute.minInvocationsPerMinute(Integer minInvocationsPerMinute) The minimum number of expected requests to your endpoint per minute.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
- 
minInvocationsPerMinute
The minimum number of expected requests to your endpoint per minute.
- Parameters:
 minInvocationsPerMinute- The minimum number of expected requests to your endpoint per minute.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxInvocationsPerMinute
The maximum number of expected requests to your endpoint per minute.
- Parameters:
 maxInvocationsPerMinute- The maximum number of expected requests to your endpoint per minute.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -