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