Class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin>
- Enclosing class:
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin
@Stability(Stable)
public static final class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin>
A fluent builder for
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the virtual interface group.The tags assigned to the association.
-
Method Details
-
create
@Stability(Stable) public static CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder.
-
create
@Stability(Stable) public static CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder create()- Returns:
- a new instance of
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder.
-
localGatewayRouteTableId
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.- Parameters:
localGatewayRouteTableId- The ID of the local gateway route table. This parameter is required.- Returns:
this- See Also:
-
localGatewayVirtualInterfaceGroupId
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the virtual interface group.- Parameters:
localGatewayVirtualInterfaceGroupId- The ID of the virtual interface group. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags assigned to the association.- Parameters:
tags- The tags assigned to the association. This parameter is required.- Returns:
this- See Also:
-
build
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin build()- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin>- Returns:
- a newly built instance of
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationPropsMixin.
-