Class CfnVPNGatewayRoutePropagationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNGatewayRoutePropagationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagationPropsMixin>
- Enclosing class:
CfnVPNGatewayRoutePropagationPropsMixin
@Stability(Stable)
public static final class CfnVPNGatewayRoutePropagationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPNGatewayRoutePropagationPropsMixin>
A fluent builder for
CfnVPNGatewayRoutePropagationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) routeTableIds(List<String> routeTableIds) The ID of the route table.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway that is attached to a VPC.
-
Method Details
-
create
@Stability(Stable) public static CfnVPNGatewayRoutePropagationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVPNGatewayRoutePropagationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVPNGatewayRoutePropagationPropsMixin.Builder.
-
routeTableIds
@Stability(Stable) public CfnVPNGatewayRoutePropagationPropsMixin.Builder routeTableIds(List<String> routeTableIds) The ID of the route table.The routing table must be associated with the same VPC that the virtual private gateway is attached to.
- Parameters:
routeTableIds- The ID of the route table. This parameter is required.- Returns:
this- See Also:
-
vpnGatewayId
@Stability(Stable) public CfnVPNGatewayRoutePropagationPropsMixin.Builder vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway that is attached to a VPC.The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
- Parameters:
vpnGatewayId- The ID of the virtual private gateway that is attached to a VPC. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPNGatewayRoutePropagationPropsMixin>- Returns:
- a newly built instance of
CfnVPNGatewayRoutePropagationPropsMixin.
-