public static interface GetMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
| Modifier and Type | Method and Description | 
|---|---|
GetMethodResponseRequest.Builder | 
httpMethod(String httpMethod)
 [Required] The HTTP verb of the Method resource. 
 | 
GetMethodResponseRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
GetMethodResponseRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
GetMethodResponseRequest.Builder | 
resourceId(String resourceId)
 [Required] The Resource identifier for the MethodResponse resource. 
 | 
GetMethodResponseRequest.Builder | 
restApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. 
 | 
GetMethodResponseRequest.Builder | 
statusCode(String statusCode)
 [Required] The status code for the MethodResponse resource. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildGetMethodResponseRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.GetMethodResponseRequest.Builder resourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
resourceId - [Required] The Resource identifier for the MethodResponse resource.GetMethodResponseRequest.Builder httpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
httpMethod - [Required] The HTTP verb of the Method resource.GetMethodResponseRequest.Builder statusCode(String statusCode)
[Required] The status code for the MethodResponse resource.
statusCode - [Required] The status code for the MethodResponse resource.GetMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetMethodResponseRequest.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.