| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UsagePlanProps.Builder |
UsagePlanProps.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
Sets the value of
UsagePlanProps.getApiStages() |
static UsagePlanProps.Builder |
UsagePlanProps.builder() |
UsagePlanProps.Builder |
UsagePlanProps.Builder.description(String description)
Sets the value of
UsagePlanProps.getDescription() |
UsagePlanProps.Builder |
UsagePlanProps.Builder.name(String name)
Sets the value of
UsagePlanProps.getName() |
UsagePlanProps.Builder |
UsagePlanProps.Builder.quota(QuotaSettings quota)
Sets the value of
UsagePlanProps.getQuota() |
UsagePlanProps.Builder |
UsagePlanProps.Builder.throttle(ThrottleSettings throttle)
Sets the value of
UsagePlanProps.getThrottle() |
| Constructor and Description |
|---|
Jsii$Proxy(UsagePlanProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UsagePlanProps.Builder. |
Copyright © 2022. All rights reserved.