Interface DeleteMethodResponseRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMethodResponseRequest.Builder,,DeleteMethodResponseRequest> SdkBuilder<DeleteMethodResponseRequest.Builder,,DeleteMethodResponseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMethodResponseRequest
@Mutable
@NotThreadSafe
public static interface DeleteMethodResponseRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpMethod(String httpMethod) The HTTP verb of the Method resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceId(String resourceId) The Resource identifier for the MethodResponse resource.The string identifier of the associated RestApi.statusCode(String statusCode) The status code identifier for the MethodResponse resource.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
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
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
The status code identifier for the MethodResponse resource.
- Parameters:
statusCode- 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
-