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 Details

    • 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.