@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 - The type of VPN connection the virtual private gateway supports. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayProps.Builder amazonSideAsn(Number amazonSideAsn)
CfnVPNGatewayProps.getAmazonSideAsn()amazonSideAsn - The private Autonomous System Number (ASN) for the Amazon side of a BGP session.this@Stability(value=Stable) public CfnVPNGatewayProps.Builder tags(List<? extends CfnTag> tags)
CfnVPNGatewayProps.getTags()tags - Any tags assigned to the virtual private gateway.this@Stability(value=Stable) public CfnVPNGatewayProps build()
build in interface software.amazon.jsii.Builder<CfnVPNGatewayProps>CfnVPNGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.