CopyableBuilder<CreateUsagePlanResponse.Builder,CreateUsagePlanResponse>, SdkBuilder<CreateUsagePlanResponse.Builder,CreateUsagePlanResponse>public static interface CreateUsagePlanResponse.Builder extends CopyableBuilder<CreateUsagePlanResponse.Builder,CreateUsagePlanResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateUsagePlanResponse.Builder |
apiStages(Collection<ApiStage> apiStages) |
The associated API stages of a usage plan.
|
CreateUsagePlanResponse.Builder |
apiStages(ApiStage... apiStages) |
The associated API stages of a usage plan.
|
CreateUsagePlanResponse.Builder |
description(String description) |
The description of a usage plan.
|
CreateUsagePlanResponse.Builder |
id(String id) |
The identifier of a UsagePlan resource.
|
CreateUsagePlanResponse.Builder |
name(String name) |
The name of a usage plan.
|
CreateUsagePlanResponse.Builder |
productCode(String productCode) |
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
|
CreateUsagePlanResponse.Builder |
quota(QuotaSettings quota) |
The maximum number of permitted requests per a given unit time interval.
|
CreateUsagePlanResponse.Builder |
throttle(ThrottleSettings throttle) |
The request throttle limits of a usage plan.
|
copyapply, buildCreateUsagePlanResponse.Builder id(String id)
The identifier of a UsagePlan resource.
id - The identifier of a UsagePlan resource.CreateUsagePlanResponse.Builder name(String name)
The name of a usage plan.
name - The name of a usage plan.CreateUsagePlanResponse.Builder description(String description)
The description of a usage plan.
description - The description of a usage plan.CreateUsagePlanResponse.Builder apiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
apiStages - The associated API stages of a usage plan.CreateUsagePlanResponse.Builder apiStages(ApiStage... apiStages)
The associated API stages of a usage plan.
NOTE: This method appends the values to the existing list (if any). Use
#setApiStages(java.util.Collection) or #withApiStages(java.util.Collection) if you want to
override the existing values.
apiStages - The associated API stages of a usage plan.CreateUsagePlanResponse.Builder throttle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
throttle - The request throttle limits of a usage plan.CreateUsagePlanResponse.Builder quota(QuotaSettings quota)
The maximum number of permitted requests per a given unit time interval.
quota - The maximum number of permitted requests per a given unit time interval.CreateUsagePlanResponse.Builder productCode(String productCode)
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS
Marketplace.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.