public static interface GetBasePathMappingRequest.Builder extends APIGatewayRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetBasePathMappingRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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. Leave this blank 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. Leave this blank if you do not want
callers to specify any base path name after the domain name.GetBasePathMappingRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetBasePathMappingRequest.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.