public static interface DeleteMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteMethodResponseRequest.Builder |
httpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
|
DeleteMethodResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteMethodResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteMethodResponseRequest.Builder |
resourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
DeleteMethodResponseRequest.Builder |
statusCode(String statusCode)
[Required] The status code identifier for the MethodResponse resource.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteMethodResponseRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.DeleteMethodResponseRequest.Builder resourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
resourceId - [Required] The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder httpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
httpMethod - [Required] The HTTP verb of the Method resource.DeleteMethodResponseRequest.Builder statusCode(String statusCode)
[Required] The status code identifier for the MethodResponse resource.
statusCode - [Required] The status code identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.