public static interface UpdateMethodRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateMethodRequest.Builder |
resourceId(String resourceId)
|
UpdateMethodRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateMethodRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateMethodRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.