CopyableBuilder<CreateBasePathMappingRequest.Builder,CreateBasePathMappingRequest>
, SdkBuilder<CreateBasePathMappingRequest.Builder,CreateBasePathMappingRequest>
public static interface CreateBasePathMappingRequest.Builder extends CopyableBuilder<CreateBasePathMappingRequest.Builder,CreateBasePathMappingRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateBasePathMappingRequest.Builder |
basePath(String basePath) |
The base path name that callers of the API must provide as part of the URL after the domain name.
|
CreateBasePathMappingRequest.Builder |
domainName(String domainName) |
The domain name of the BasePathMapping resource to create.
|
CreateBasePathMappingRequest.Builder |
restApiId(String restApiId) |
The name of the API that you want to apply this mapping to.
|
CreateBasePathMappingRequest.Builder |
stage(String stage) |
The name of the API's stage that you want to use for this mapping.
|
copy
apply, build
CreateBasePathMappingRequest.Builder domainName(String domainName)
The domain name of the BasePathMapping resource to create.
domainName
- The domain name of the BasePathMapping resource to create.CreateBasePathMappingRequest.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 a 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 a base path name after the domain name.CreateBasePathMappingRequest.Builder restApiId(String restApiId)
The name of the API that you want to apply this mapping to.
restApiId
- The name of the API that you want to apply this mapping to.CreateBasePathMappingRequest.Builder stage(String stage)
The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.
stage
- The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want
callers to explicitly specify the stage name after any base path name.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.