| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ApiStage.Builder |
ApiStage.Builder.apiId(String apiId)
API Id of the associated API stage in a usage plan.
|
static ApiStage.Builder |
ApiStage.builder() |
ApiStage.Builder |
ApiStage.Builder.stage(String stage)
API stage name of the associated API stage in a usage plan.
|
ApiStage.Builder |
ApiStage.Builder.throttle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
ApiStage.Builder |
ApiStage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiStage.Builder> |
ApiStage.serializableBuilderClass() |
Copyright © 2023. All rights reserved.