CopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>
, SdkBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>
public static interface UpdateUsagePlanRequest.Builder extends CopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>
Modifier and Type | Method | 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 |
usagePlanId(String usagePlanId) |
The Id of the to-be-updated usage plan.
|
copy
apply, build
UpdateUsagePlanRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.