@Stability(value=Stable) public static final class CfnVPNConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNConnectionProps>
CfnVPNConnectionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVPNConnectionProps.Builder customerGatewayId(String customerGatewayId)
CfnVPNConnectionProps.getCustomerGatewayId()customerGatewayId - `AWS::EC2::VPNConnection.CustomerGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder type(String type)
CfnVPNConnectionProps.getType()type - `AWS::EC2::VPNConnection.Type`. This parameter is required.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder staticRoutesOnly(Boolean staticRoutesOnly)
CfnVPNConnectionProps.getStaticRoutesOnly()staticRoutesOnly - `AWS::EC2::VPNConnection.StaticRoutesOnly`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder staticRoutesOnly(IResolvable staticRoutesOnly)
CfnVPNConnectionProps.getStaticRoutesOnly()staticRoutesOnly - `AWS::EC2::VPNConnection.StaticRoutesOnly`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder tags(List<? extends CfnTag> tags)
CfnVPNConnectionProps.getTags()tags - `AWS::EC2::VPNConnection.Tags`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder transitGatewayId(String transitGatewayId)
CfnVPNConnectionProps.getTransitGatewayId()transitGatewayId - `AWS::EC2::VPNConnection.TransitGatewayId`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder vpnGatewayId(String vpnGatewayId)
CfnVPNConnectionProps.getVpnGatewayId()vpnGatewayId - `AWS::EC2::VPNConnection.VpnGatewayId`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
CfnVPNConnectionProps.getVpnTunnelOptionsSpecifications()vpnTunnelOptionsSpecifications - `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.this@Stability(value=Stable) public CfnVPNConnectionProps.Builder vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications)
CfnVPNConnectionProps.getVpnTunnelOptionsSpecifications()vpnTunnelOptionsSpecifications - `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.this@Stability(value=Stable) public CfnVPNConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnVPNConnectionProps>CfnVPNConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.