public static interface GetMethodRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetMethodRequest.Builder,GetMethodRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMethodRequest.Builder |
httpMethod(String httpMethod)
Specifies the method request's HTTP method type.
|
GetMethodRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMethodRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMethodRequest.Builder |
resourceId(String resourceId)
The Resource identifier for the Method resource.
|
GetMethodRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMethodRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.GetMethodRequest.Builder resourceId(String resourceId)
The Resource identifier for the Method resource.
resourceId - The Resource identifier for the Method resource.GetMethodRequest.Builder httpMethod(String httpMethod)
Specifies the method request's HTTP method type.
httpMethod - Specifies the method request's HTTP method type.GetMethodRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMethodRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.