CopyableBuilder<UpdateUsagePlanResponse.Builder,UpdateUsagePlanResponse>, SdkBuilder<UpdateUsagePlanResponse.Builder,UpdateUsagePlanResponse>public static interface UpdateUsagePlanResponse.Builder extends CopyableBuilder<UpdateUsagePlanResponse.Builder,UpdateUsagePlanResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateUsagePlanResponse.Builder |
apiStages(Collection<ApiStage> apiStages) |
The associated API stages of a usage plan.
|
UpdateUsagePlanResponse.Builder |
apiStages(ApiStage... apiStages) |
The associated API stages of a usage plan.
|
UpdateUsagePlanResponse.Builder |
description(String description) |
The description of a usage plan.
|
UpdateUsagePlanResponse.Builder |
id(String id) |
The identifier of a UsagePlan resource.
|
UpdateUsagePlanResponse.Builder |
name(String name) |
The name of a usage plan.
|
UpdateUsagePlanResponse.Builder |
productCode(String productCode) |
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
|
UpdateUsagePlanResponse.Builder |
quota(QuotaSettings quota) |
The maximum number of permitted requests per a given unit time interval.
|
UpdateUsagePlanResponse.Builder |
throttle(ThrottleSettings throttle) |
The request throttle limits of a usage plan.
|
copyapply, buildUpdateUsagePlanResponse.Builder id(String id)
The identifier of a UsagePlan resource.
id - The identifier of a UsagePlan resource.UpdateUsagePlanResponse.Builder name(String name)
The name of a usage plan.
name - The name of a usage plan.UpdateUsagePlanResponse.Builder description(String description)
The description of a usage plan.
description - The description of a usage plan.UpdateUsagePlanResponse.Builder apiStages(Collection<ApiStage> apiStages)
The associated API stages of a usage plan.
apiStages - The associated API stages of a usage plan.UpdateUsagePlanResponse.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.UpdateUsagePlanResponse.Builder throttle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
throttle - The request throttle limits of a usage plan.UpdateUsagePlanResponse.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.UpdateUsagePlanResponse.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.