CopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
, SdkBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
public static interface GetBasePathMappingRequest.Builder extends CopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
Modifier and Type | Method | 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.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.