Interface ScalingPolicyObjective.Builder

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