Interface ScalingPolicyObjective.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>
,SdkBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>
,SdkPojo
- Enclosing class:
- ScalingPolicyObjective
public static interface ScalingPolicyObjective.Builder extends SdkPojo, CopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScalingPolicyObjective.Builder
maxInvocationsPerMinute(Integer maxInvocationsPerMinute)
The maximum number of expected requests to your endpoint per minute.ScalingPolicyObjective.Builder
minInvocationsPerMinute(Integer minInvocationsPerMinute)
The minimum number of expected requests to your endpoint per minute.-
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
-
minInvocationsPerMinute
ScalingPolicyObjective.Builder minInvocationsPerMinute(Integer 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
ScalingPolicyObjective.Builder maxInvocationsPerMinute(Integer 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.
-
-