@Stability(value=Experimental) public static final class BasePathMappingOptions.Builder extends Object implements software.amazon.jsii.Builder<BasePathMappingOptions>
BasePathMappingOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BasePathMappingOptions.Builder |
basePath(String basePath)
Sets the value of
BasePathMappingOptions.getBasePath() |
BasePathMappingOptions |
build()
Builds the configured instance.
|
BasePathMappingOptions.Builder |
stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
@Stability(value=Experimental) public BasePathMappingOptions.Builder basePath(String basePath)
BasePathMappingOptions.getBasePath()basePath - The base path name that callers of the API must provide in the URL after the domain name (e.g. `example.com/base-path`). If you specify this property, it can't be an empty string.this@Stability(value=Experimental) public BasePathMappingOptions.Builder stage(Stage stage)
BasePathMappingOptions.getStage()stage - The Deployment stage of API [disable-awslint:ref-via-interface].this@Stability(value=Experimental) public BasePathMappingOptions build()
build in interface software.amazon.jsii.Builder<BasePathMappingOptions>BasePathMappingOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.