public static interface CreateBasePathMappingRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<CreateBasePathMappingRequest.Builder,CreateBasePathMappingRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateBasePathMappingRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateBasePathMappingRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
CreateBasePathMappingRequest.Builder |
stage(String stage)
The name of the API's stage that you want to use for this mapping.
|
build
requestOverrideConfig
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 string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.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.CreateBasePathMappingRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateBasePathMappingRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.