public static interface GetMethodResponseRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMethodResponseRequest.Builder |
httpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
GetMethodResponseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetMethodResponseRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetMethodResponseRequest.Builder |
resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
GetMethodResponseRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetMethodResponseRequest.Builder |
statusCode(String statusCode)
The status code for the MethodResponse resource.
|
buildrequestOverrideConfigcopyapply, buildGetMethodResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.GetMethodResponseRequest.Builder resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
resourceId - The Resource identifier for the MethodResponse resource.GetMethodResponseRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
httpMethod - The HTTP verb of the Method resource.GetMethodResponseRequest.Builder statusCode(String statusCode)
The status code for the MethodResponse resource.
statusCode - The status code for the MethodResponse resource.GetMethodResponseRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetMethodResponseRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.