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