| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.basePath(String basePath)
Sets the value of
BasePathMappingOptions.getBasePath() |
static BasePathMappingProps.Builder |
BasePathMappingProps.builder() |
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
BasePathMappingProps.getDomainName() |
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.restApi(IRestApi restApi)
Sets the value of
BasePathMappingProps.getRestApi() |
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.stage(Stage stage)
Sets the value of
BasePathMappingOptions.getStage() |
| Constructor and Description |
|---|
Jsii$Proxy(BasePathMappingProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BasePathMappingProps.Builder. |
Copyright © 2022. All rights reserved.