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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetBasePathMappingRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.