public static final class CfnVPNConnectionRoute.Builder
extends java.lang.Object
CfnVPNConnectionRoute
.Modifier and Type | Method and Description |
---|---|
CfnVPNConnectionRoute |
build() |
static CfnVPNConnectionRoute.Builder |
create(Construct scope,
java.lang.String id) |
CfnVPNConnectionRoute.Builder |
destinationCidrBlock(java.lang.String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
CfnVPNConnectionRoute.Builder |
vpnConnectionId(java.lang.String vpnConnectionId)
The ID of the VPN connection.
|
public static CfnVPNConnectionRoute.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnVPNConnectionRoute.Builder
.public CfnVPNConnectionRoute.Builder destinationCidrBlock(java.lang.String destinationCidrBlock)
destinationCidrBlock
- The CIDR block associated with the local subnet of the customer network. This parameter is required.this
public CfnVPNConnectionRoute.Builder vpnConnectionId(java.lang.String vpnConnectionId)
vpnConnectionId
- The ID of the VPN connection. This parameter is required.this
public CfnVPNConnectionRoute build()