Interface ApiStage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApiStage.Builder,ApiStage>, SdkBuilder<ApiStage.Builder,ApiStage>, SdkPojo
Enclosing class:
ApiStage

public static interface ApiStage.Builder extends SdkPojo, CopyableBuilder<ApiStage.Builder,ApiStage>
  • Method Details

    • 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

      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.