@Stability(value=Stable) public static final class CfnVPNConnectionRoute.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNConnectionRoute>
CfnVPNConnectionRoute.| Modifier and Type | Method and Description |
|---|---|
CfnVPNConnectionRoute |
build() |
static CfnVPNConnectionRoute.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPNConnectionRoute.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
CfnVPNConnectionRoute.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
@Stability(value=Stable) public static CfnVPNConnectionRoute.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.CfnVPNConnectionRoute.Builder.@Stability(value=Stable) public CfnVPNConnectionRoute.Builder destinationCidrBlock(String destinationCidrBlock)
destinationCidrBlock - The CIDR block associated with the local subnet of the customer network. This parameter is required.this@Stability(value=Stable) public CfnVPNConnectionRoute.Builder vpnConnectionId(String vpnConnectionId)
vpnConnectionId - The ID of the VPN connection. This parameter is required.this@Stability(value=Stable) public CfnVPNConnectionRoute build()
build in interface software.amazon.jsii.Builder<CfnVPNConnectionRoute>Copyright © 2022. All rights reserved.