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