CopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>, SdkBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>public static interface UpdateAccountRequest.Builder extends CopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateAccountRequest.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.
|
UpdateAccountRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
copyapply, buildUpdateAccountRequest.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.UpdateAccountRequest.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.