@Stability(value=Stable) public static final class CfnBasePathMappingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBasePathMappingProps>
CfnBasePathMappingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBasePathMappingProps.Builder |
basePath(String basePath)
Sets the value of
CfnBasePathMappingProps.getBasePath() |
CfnBasePathMappingProps |
build()
Builds the configured instance.
|
CfnBasePathMappingProps.Builder |
domainName(String domainName)
Sets the value of
CfnBasePathMappingProps.getDomainName() |
CfnBasePathMappingProps.Builder |
id(String id)
Sets the value of
CfnBasePathMappingProps.getId() |
CfnBasePathMappingProps.Builder |
restApiId(String restApiId)
Sets the value of
CfnBasePathMappingProps.getRestApiId() |
CfnBasePathMappingProps.Builder |
stage(String stage)
Sets the value of
CfnBasePathMappingProps.getStage() |
@Stability(value=Stable) public CfnBasePathMappingProps.Builder domainName(String domainName)
CfnBasePathMappingProps.getDomainName()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 CfnBasePathMappingProps.Builder basePath(String basePath)
CfnBasePathMappingProps.getBasePath()basePath - The base path name that callers of the API must provide in the URL after the domain name.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder id(String id)
CfnBasePathMappingProps.getId()id - `AWS::ApiGateway::BasePathMapping.Id`.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder restApiId(String restApiId)
CfnBasePathMappingProps.getRestApiId()restApiId - The ID of the API.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder stage(String stage)
CfnBasePathMappingProps.getStage()stage - The name of the API's stage.this@Stability(value=Stable) public CfnBasePathMappingProps build()
build in interface software.amazon.jsii.Builder<CfnBasePathMappingProps>CfnBasePathMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.