public static interface GetMethodResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMethodResponseRequest.Builder |
httpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
GetMethodResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMethodResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 statusCodeValue)
The status code for the MethodResponse resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 statusCodeValue)
The status code for the MethodResponse resource.
statusCodeValue - The status code for the MethodResponse resource.GetMethodResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMethodResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.