@Stability(value=Stable) public static final class CfnBasePathMapping.Builder extends Object implements software.amazon.jsii.Builder<CfnBasePathMapping>
CfnBasePathMapping.| Modifier and Type | Method and Description |
|---|---|
CfnBasePathMapping.Builder |
basePath(String basePath)
The base path name that callers of the API must provide in the URL after the domain name.
|
CfnBasePathMapping |
build() |
static CfnBasePathMapping.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBasePathMapping.Builder |
domainName(String domainName)
The `DomainName` of an [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
|
CfnBasePathMapping.Builder |
id(String id)
`AWS::ApiGateway::BasePathMapping.Id`.
|
CfnBasePathMapping.Builder |
restApiId(String restApiId)
The ID of the API.
|
CfnBasePathMapping.Builder |
stage(String stage)
The name of the API's stage.
|
@Stability(value=Stable) public static CfnBasePathMapping.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBasePathMapping.Builder.@Stability(value=Stable) public CfnBasePathMapping.Builder domainName(String domainName)
domainName - The `DomainName` of an [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource. This parameter is required.this@Stability(value=Stable) public CfnBasePathMapping.Builder basePath(String basePath)
basePath - The base path name that callers of the API must provide in the URL after the domain name. This parameter is required.this@Stability(value=Stable) public CfnBasePathMapping.Builder id(String id)
id - `AWS::ApiGateway::BasePathMapping.Id`. This parameter is required.this@Stability(value=Stable) public CfnBasePathMapping.Builder restApiId(String restApiId)
restApiId - The ID of the API. This parameter is required.this@Stability(value=Stable) public CfnBasePathMapping.Builder stage(String stage)
stage - The name of the API's stage. This parameter is required.this@Stability(value=Stable) public CfnBasePathMapping build()
build in interface software.amazon.jsii.Builder<CfnBasePathMapping>Copyright © 2022. All rights reserved.