CopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>, SdkBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>public static interface UpdateMethodRequest.Builder extends CopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateMethodRequest.Builder |
httpMethod(String httpMethod) |
The HTTP verb of the Method resource.
|
UpdateMethodRequest.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.
|
UpdateMethodRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodRequest.Builder |
resourceId(String resourceId) |
|
UpdateMethodRequest.Builder |
restApiId(String restApiId) |
copyapply, buildUpdateMethodRequest.Builder restApiId(String restApiId)
UpdateMethodRequest.Builder resourceId(String resourceId)
UpdateMethodRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
httpMethod - The HTTP verb of the Method resource.UpdateMethodRequest.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.UpdateMethodRequest.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.