public static interface UpdateIntegrationRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateIntegrationRequest.Builder,UpdateIntegrationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationRequest.Builder |
httpMethod(String httpMethod)
Represents an update integration request's HTTP method.
|
UpdateIntegrationRequest.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.
|
UpdateIntegrationRequest.Builder |
patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateIntegrationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateIntegrationRequest.Builder |
resourceId(String resourceId)
Represents an update integration request's resource identifier.
|
UpdateIntegrationRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildUpdateIntegrationRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.UpdateIntegrationRequest.Builder resourceId(String resourceId)
Represents an update integration request's resource identifier.
resourceId - Represents an update integration request's resource identifier.UpdateIntegrationRequest.Builder httpMethod(String httpMethod)
Represents an update integration request's HTTP method.
httpMethod - Represents an update integration request's HTTP method.UpdateIntegrationRequest.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.UpdateIntegrationRequest.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.UpdateIntegrationRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #patchOperations(List) .patchOperations - a consumer that will call methods on List.Builder #patchOperations(List) UpdateIntegrationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateIntegrationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.