Interface UpdateIntegrationResponseRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIntegrationResponseRequest.Builder,,UpdateIntegrationResponseRequest> SdkBuilder<UpdateIntegrationResponseRequest.Builder,,UpdateIntegrationResponseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIntegrationResponseRequest
@Mutable
@NotThreadSafe
public static interface UpdateIntegrationResponseRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpMethod(String httpMethod) Specifies an update integration response request's HTTP method.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.resourceId(String resourceId) Specifies an update integration response request's resource identifier.The string identifier of the associated RestApi.statusCode(String statusCode) Specifies an update integration response request's status code.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
Specifies an update integration response request's resource identifier.
- Parameters:
resourceId- Specifies an update integration response request's resource identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
Specifies an update integration response request's HTTP method.
- Parameters:
httpMethod- Specifies an update integration response request's HTTP method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
Specifies an update integration response request's status code.
- Parameters:
statusCode- Specifies an update integration response request's status code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
UpdateIntegrationResponseRequest.Builder patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.
- Parameters:
patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
For more information about supported patch operations, see Patch Operations.
- Parameters:
patchOperations- For more information about supported patch operations, see Patch Operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchOperations
UpdateIntegrationResponseRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.
This is a convenience method that creates an instance of thePatchOperation.Builderavoiding the need to create one manually viaPatchOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topatchOperations(List<PatchOperation>).- Parameters:
patchOperations- a consumer that will call methods onPatchOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateIntegrationResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIntegrationResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-