public static interface DeleteMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteMethodResponseRequest.Builder,DeleteMethodResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteMethodResponseRequest.Builder |
httpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
DeleteMethodResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteMethodResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteMethodResponseRequest.Builder |
resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
DeleteMethodResponseRequest.Builder |
statusCode(String statusCodeValue)
The status code identifier for the MethodResponse resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMethodResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.DeleteMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
resourceId - The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
httpMethod - The HTTP verb of the Method resource.DeleteMethodResponseRequest.Builder statusCode(String statusCodeValue)
The status code identifier for the MethodResponse resource.
statusCodeValue - The status code identifier for the MethodResponse resource.DeleteMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.