public static interface CreateBasePathMappingRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBasePathMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBasePathMappingRequest.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. Specify '(none)' 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. Specify '(none)' 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. Specify '(none)' if you 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. Specify '(none)' if you want
callers to explicitly specify the stage name after any base path name.CreateBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.