public static interface UpdateUsagePlanRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUsagePlanRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest.Builder |
patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUsagePlanRequest.Builder |
usagePlanId(String usagePlanId)
The Id of the to-be-updated usage plan.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateUsagePlanRequest.Builder usagePlanId(String usagePlanId)
The Id of the to-be-updated usage plan.
usagePlanId - The Id of the to-be-updated usage plan.UpdateUsagePlanRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateUsagePlanRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateUsagePlanRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.