CopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
, SdkBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
public static interface UpdateIntegrationResponseRequest.Builder extends CopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateIntegrationResponseRequest.Builder |
httpMethod(String httpMethod) |
Specifies an update integration response request's HTTP method.
|
UpdateIntegrationResponseRequest.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.
|
UpdateIntegrationResponseRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationResponseRequest.Builder |
resourceId(String resourceId) |
Specifies an update integration response request's resource identifier.
|
UpdateIntegrationResponseRequest.Builder |
restApiId(String restApiId) |
Specifies an update integration response request's API identifier.
|
UpdateIntegrationResponseRequest.Builder |
statusCode(String statusCode) |
Specifies an update integration response request's status code.
|
copy
apply, build
UpdateIntegrationResponseRequest.Builder restApiId(String restApiId)
Specifies an update integration response request's API identifier.
restApiId
- Specifies an update integration response request's API identifier.UpdateIntegrationResponseRequest.Builder resourceId(String resourceId)
Specifies an update integration response request's resource identifier.
resourceId
- Specifies an update integration response request's resource identifier.UpdateIntegrationResponseRequest.Builder httpMethod(String httpMethod)
Specifies an update integration response request's HTTP method.
httpMethod
- Specifies an update integration response request's HTTP method.UpdateIntegrationResponseRequest.Builder statusCode(String statusCode)
Specifies an update integration response request's status code.
statusCode
- Specifies an update integration response request's status code.UpdateIntegrationResponseRequest.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.UpdateIntegrationResponseRequest.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.