public static interface DeleteBasePathMappingRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBasePathMappingRequest.Builder |
basePath(String basePath)
The base path name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest.Builder |
domainName(String domainName)
The domain name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteBasePathMappingRequest.Builder domainName(String domainName)
The domain name of the BasePathMapping resource to delete.
domainName - The domain name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.Builder basePath(String basePath)
The base path name of the BasePathMapping resource to delete.
basePath - The base path name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.