Interface ApiStage.Builder

    • Method Detail

      • apiId

        ApiStage.Builder apiId​(String apiId)

        API Id of the associated API stage in a usage plan.

        Parameters:
        apiId - API Id of the associated API stage in a usage plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stage

        ApiStage.Builder stage​(String stage)

        API stage name of the associated API stage in a usage plan.

        Parameters:
        stage - API stage name of the associated API stage in a usage plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • throttle

        ApiStage.Builder throttle​(Map<String,​ThrottleSettings> throttle)

        Map containing method level throttling information for API stage in a usage plan.

        Parameters:
        throttle - Map containing method level throttling information for API stage in a usage plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.