public static interface ScalingPolicyObjective.Builder extends SdkPojo, CopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>
| Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScalingPolicyObjective.Builder minInvocationsPerMinute(Integer minInvocationsPerMinute)
The minimum number of expected requests to your endpoint per minute.
minInvocationsPerMinute - The minimum number of expected requests to your endpoint per minute.ScalingPolicyObjective.Builder maxInvocationsPerMinute(Integer maxInvocationsPerMinute)
The maximum number of expected requests to your endpoint per minute.
maxInvocationsPerMinute - The maximum number of expected requests to your endpoint per minute.Copyright © 2023. All rights reserved.