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