@Stability(value=Stable) public static final class CfnVPNGatewayRoutePropagationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagationProps>
CfnVPNGatewayRoutePropagationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPNGatewayRoutePropagationProps |
build()
Builds the configured instance.
|
CfnVPNGatewayRoutePropagationProps.Builder |
routeTableIds(List<String> routeTableIds)
Sets the value of
CfnVPNGatewayRoutePropagationProps.getRouteTableIds() |
CfnVPNGatewayRoutePropagationProps.Builder |
vpnGatewayId(String vpnGatewayId)
Sets the value of
CfnVPNGatewayRoutePropagationProps.getVpnGatewayId() |
@Stability(value=Stable) public CfnVPNGatewayRoutePropagationProps.Builder routeTableIds(List<String> routeTableIds)
CfnVPNGatewayRoutePropagationProps.getRouteTableIds()routeTableIds - The ID of the route table. This parameter is required.
The routing table must be associated with the same VPC that the virtual private gateway is attached to.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagationProps.Builder vpnGatewayId(String vpnGatewayId)
CfnVPNGatewayRoutePropagationProps.getVpnGatewayId()vpnGatewayId - The ID of the virtual private gateway that is attached to a VPC. This parameter is required.
The virtual private gateway must be attached to the same VPC that the routing tables are associated with.this@Stability(value=Stable) public CfnVPNGatewayRoutePropagationProps build()
build in interface software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagationProps>CfnVPNGatewayRoutePropagationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.