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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteBasePathMappingRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteBasePathMappingRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.