Interface DeleteIntegrationResponseRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIntegrationResponseRequest.Builder,DeleteIntegrationResponseRequest>,SdkBuilder<DeleteIntegrationResponseRequest.Builder,DeleteIntegrationResponseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteIntegrationResponseRequest
public static interface DeleteIntegrationResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteIntegrationResponseRequest.Builder,DeleteIntegrationResponseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIntegrationResponseRequest.BuilderhttpMethod(String httpMethod)Specifies a delete integration response request's HTTP method.DeleteIntegrationResponseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIntegrationResponseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteIntegrationResponseRequest.BuilderresourceId(String resourceId)Specifies a delete integration response request's resource identifier.DeleteIntegrationResponseRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.DeleteIntegrationResponseRequest.BuilderstatusCode(String statusCodeValue)Specifies a delete integration response request's status code.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restApiId
DeleteIntegrationResponseRequest.Builder restApiId(String 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
DeleteIntegrationResponseRequest.Builder resourceId(String resourceId)
Specifies a delete integration response request's resource identifier.
- Parameters:
resourceId- Specifies a delete integration response request's resource identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
DeleteIntegrationResponseRequest.Builder httpMethod(String httpMethod)
Specifies a delete integration response request's HTTP method.
- Parameters:
httpMethod- Specifies a delete integration response request's HTTP method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
DeleteIntegrationResponseRequest.Builder statusCode(String statusCodeValue)
Specifies a delete integration response request's status code.
- Parameters:
statusCodeValue- Specifies a delete integration response request's status code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIntegrationResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIntegrationResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-