public static interface DeleteBasePathMappingRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBasePathMappingRequest.Builder |
basePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest.Builder |
domainName(String domainName)
[Required] The domain name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBasePathMappingRequest.Builder domainName(String domainName)
[Required] The domain name of the BasePathMapping resource to delete.
domainName - [Required] The domain name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.Builder basePath(String basePath)
[Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
basePath - [Required] The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to '(none)'.
DeleteBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.