@Stability(value=Stable) public static final class VpnGatewayProps.Builder extends Object implements software.amazon.jsii.Builder<VpnGatewayProps>
VpnGatewayProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VpnGatewayProps.Builder |
amazonSideAsn(Number amazonSideAsn)
Sets the value of
VpnGatewayProps.getAmazonSideAsn() |
VpnGatewayProps |
build()
Builds the configured instance.
|
VpnGatewayProps.Builder |
type(String type)
Sets the value of
VpnGatewayProps.getType() |
@Stability(value=Stable) public VpnGatewayProps.Builder type(String type)
VpnGatewayProps.getType()type - Default type ipsec.1. This parameter is required.this@Stability(value=Stable) public VpnGatewayProps.Builder amazonSideAsn(Number amazonSideAsn)
VpnGatewayProps.getAmazonSideAsn()amazonSideAsn - Explicitly specify an Asn or let aws pick an Asn for you.this@Stability(value=Stable) public VpnGatewayProps build()
build in interface software.amazon.jsii.Builder<VpnGatewayProps>VpnGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.