Interface DeleteMethodRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMethodRequest.Builder,DeleteMethodRequest>,SdkBuilder<DeleteMethodRequest.Builder,DeleteMethodRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMethodRequest
public static interface DeleteMethodRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteMethodRequest.Builder,DeleteMethodRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteMethodRequest.BuilderhttpMethod(String httpMethod)The HTTP verb of the Method resource.DeleteMethodRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMethodRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMethodRequest.BuilderresourceId(String resourceId)The Resource identifier for the Method resource.DeleteMethodRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restApiId
DeleteMethodRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
DeleteMethodRequest.Builder resourceId(String resourceId)
The Resource identifier for the Method resource.
- Parameters:
resourceId- The Resource identifier for the Method resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpMethod
DeleteMethodRequest.Builder httpMethod(String httpMethod)
The HTTP verb of the Method resource.
- Parameters:
httpMethod- The HTTP verb of the Method resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMethodRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteMethodRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-