@Stability(value=Stable) public static final class CfnVPNGatewayRoutePropagation.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagation>
CfnVPNGatewayRoutePropagation.| Modifier and Type | Method and Description |
|---|---|
CfnVPNGatewayRoutePropagation |
build() |
static CfnVPNGatewayRoutePropagation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPNGatewayRoutePropagation.Builder |
routeTableIds(List<String> routeTableIds)
`AWS::EC2::VPNGatewayRoutePropagation.RouteTableIds`.
|
CfnVPNGatewayRoutePropagation.Builder |
vpnGatewayId(String vpnGatewayId)
`AWS::EC2::VPNGatewayRoutePropagation.VpnGatewayId`.
|
@Stability(value=Stable) public static CfnVPNGatewayRoutePropagation.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.CfnVPNGatewayRoutePropagation.Builder.@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder routeTableIds(List<String> routeTableIds)
routeTableIds - `AWS::EC2::VPNGatewayRoutePropagation.RouteTableIds`. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagation.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId - `AWS::EC2::VPNGatewayRoutePropagation.VpnGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagation build()
build in interface software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagation>Copyright © 2021. All rights reserved.