public static interface ApiStage.Builder extends SdkPojo, CopyableBuilder<ApiStage.Builder,ApiStage>
| Modifier and Type | Method and Description |
|---|---|
ApiStage.Builder |
apiId(String apiId)
API Id of the associated API stage in a usage plan.
|
ApiStage.Builder |
stage(String stage)
API stage name of the associated API stage in a usage plan.
|
ApiStage.Builder |
throttle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiStage.Builder apiId(String apiId)
API Id of the associated API stage in a usage plan.
apiId - API Id of the associated API stage in a usage plan.ApiStage.Builder stage(String stage)
API stage name of the associated API stage in a usage plan.
stage - API stage name of the associated API stage in a usage plan.ApiStage.Builder throttle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
throttle - Map containing method level throttling information for API stage in a usage plan.Copyright © 2023. All rights reserved.