Interface DeleteMethodResponseRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>,SdkBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMethodResponseRequest
public static interface DeleteMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteMethodResponseRequest.BuilderhttpMethod(String httpMethod)The HTTP verb of the Method resource.DeleteMethodResponseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMethodResponseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMethodResponseRequest.BuilderresourceId(String resourceId)The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.DeleteMethodResponseRequest.BuilderstatusCode(String statusCodeValue)The status code identifier for the MethodResponse resource.-
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
DeleteMethodResponseRequest.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
DeleteMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
- Parameters:
resourceId- The Resource identifier for the MethodResponse resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
DeleteMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
- Parameters:
httpMethod- The HTTP verb of the Method resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
DeleteMethodResponseRequest.Builder statusCode(String statusCodeValue)
The status code identifier for the MethodResponse resource.
- Parameters:
statusCodeValue- The status code identifier for the MethodResponse resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-