CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
, SdkBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
public static interface UpdateResourceRequest.Builder extends CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateResourceRequest.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.
|
UpdateResourceRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateResourceRequest.Builder |
resourceId(String resourceId) |
The identifier of the Resource resource.
|
UpdateResourceRequest.Builder |
restApiId(String restApiId) |
copy
apply, build
UpdateResourceRequest.Builder restApiId(String restApiId)
UpdateResourceRequest.Builder resourceId(String resourceId)
The identifier of the Resource resource.
resourceId
- The identifier of the Resource resource.UpdateResourceRequest.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.UpdateResourceRequest.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.