public static interface GetBasePathMappingRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingRequest.Builder |
basePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
GetBasePathMappingRequest.Builder |
domainName(String domainName)
The domain name of the BasePathMapping resource to be described.
|
GetBasePathMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBasePathMappingRequest.Builder domainName(String domainName)
The domain name of the BasePathMapping resource to be described.
domainName - The domain name of the BasePathMapping resource to be described.GetBasePathMappingRequest.Builder basePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
basePath - The base path name that callers of the API must provide as part of the URL after the domain name. This
value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want
callers to specify any base path name after the domain name.GetBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.