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