@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 |
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 - `AWS::ApiGateway::BasePathMapping.DomainName`. This parameter is required.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder basePath(String basePath)
CfnBasePathMappingProps.getBasePath()basePath - `AWS::ApiGateway::BasePathMapping.BasePath`.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder restApiId(String restApiId)
CfnBasePathMappingProps.getRestApiId()restApiId - `AWS::ApiGateway::BasePathMapping.RestApiId`.this@Stability(value=Stable) public CfnBasePathMappingProps.Builder stage(String stage)
CfnBasePathMappingProps.getStage()stage - `AWS::ApiGateway::BasePathMapping.Stage`.this@Stability(value=Stable) public CfnBasePathMappingProps build()
build in interface software.amazon.jsii.Builder<CfnBasePathMappingProps>CfnBasePathMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.