@Stability(value=Stable) public static final class CfnVPNGatewayProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNGatewayProps>
CfnVPNGatewayProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPNGatewayProps.Builder |
amazonSideAsn(Number amazonSideAsn)
Sets the value of
CfnVPNGatewayProps.getAmazonSideAsn() |
CfnVPNGatewayProps |
build()
Builds the configured instance.
|
CfnVPNGatewayProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVPNGatewayProps.getTags() |
CfnVPNGatewayProps.Builder |
type(String type)
Sets the value of
CfnVPNGatewayProps.getType() |
@Stability(value=Stable) public CfnVPNGatewayProps.Builder type(String type)
CfnVPNGatewayProps.getType()type - `AWS::EC2::VPNGateway.Type`. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayProps.Builder amazonSideAsn(Number amazonSideAsn)
CfnVPNGatewayProps.getAmazonSideAsn()amazonSideAsn - `AWS::EC2::VPNGateway.AmazonSideAsn`.this@Stability(value=Stable) public CfnVPNGatewayProps.Builder tags(List<? extends CfnTag> tags)
CfnVPNGatewayProps.getTags()tags - `AWS::EC2::VPNGateway.Tags`.this@Stability(value=Stable) public CfnVPNGatewayProps build()
build in interface software.amazon.jsii.Builder<CfnVPNGatewayProps>CfnVPNGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.