@Stability(value=Stable) public static final class CfnVPNConnection.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNConnection>
CfnVPNConnection
.Modifier and Type | Method and Description |
---|---|
CfnVPNConnection |
build() |
static CfnVPNConnection.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPNConnection.Builder |
customerGatewayId(String customerGatewayId)
`AWS::EC2::VPNConnection.CustomerGatewayId`.
|
CfnVPNConnection.Builder |
staticRoutesOnly(Boolean staticRoutesOnly)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
CfnVPNConnection.Builder |
staticRoutesOnly(IResolvable staticRoutesOnly)
`AWS::EC2::VPNConnection.StaticRoutesOnly`.
|
CfnVPNConnection.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::VPNConnection.Tags`.
|
CfnVPNConnection.Builder |
transitGatewayId(String transitGatewayId)
`AWS::EC2::VPNConnection.TransitGatewayId`.
|
CfnVPNConnection.Builder |
type(String type)
`AWS::EC2::VPNConnection.Type`.
|
CfnVPNConnection.Builder |
vpnGatewayId(String vpnGatewayId)
`AWS::EC2::VPNConnection.VpnGatewayId`.
|
CfnVPNConnection.Builder |
vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
CfnVPNConnection.Builder |
vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications)
`AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`.
|
@Stability(value=Stable) public static CfnVPNConnection.Builder create(software.constructs.Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty.Builder
.@Stability(value=Stable) public CfnVPNConnection.Builder customerGatewayId(String customerGatewayId)
customerGatewayId
- `AWS::EC2::VPNConnection.CustomerGatewayId`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder type(String type)
type
- `AWS::EC2::VPNConnection.Type`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder staticRoutesOnly(Boolean staticRoutesOnly)
staticRoutesOnly
- `AWS::EC2::VPNConnection.StaticRoutesOnly`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder staticRoutesOnly(IResolvable staticRoutesOnly)
staticRoutesOnly
- `AWS::EC2::VPNConnection.StaticRoutesOnly`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder tags(List<? extends CfnTag> tags)
tags
- `AWS::EC2::VPNConnection.Tags`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder transitGatewayId(String transitGatewayId)
transitGatewayId
- `AWS::EC2::VPNConnection.TransitGatewayId`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId
- `AWS::EC2::VPNConnection.VpnGatewayId`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
vpnTunnelOptionsSpecifications
- `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection.Builder vpnTunnelOptionsSpecifications(List<? extends Object> vpnTunnelOptionsSpecifications)
vpnTunnelOptionsSpecifications
- `AWS::EC2::VPNConnection.VpnTunnelOptionsSpecifications`. This parameter is required.this
@Stability(value=Stable) public CfnVPNConnection build()
build
in interface software.amazon.jsii.Builder<CfnVPNConnection>
Copyright © 2021. All rights reserved.