Class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps>
- Enclosing interface:
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps
@Stability(Stable)
public static final class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.localGatewayRouteTableId(String localGatewayRouteTableId) localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
localGatewayRouteTableId
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder localGatewayRouteTableId(String localGatewayRouteTableId) Sets the value ofCfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.getLocalGatewayRouteTableId()- Parameters:
localGatewayRouteTableId- The ID of the local gateway route table.- Returns:
this
-
localGatewayVirtualInterfaceGroupId
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) Sets the value ofCfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.getLocalGatewayVirtualInterfaceGroupId()- Parameters:
localGatewayVirtualInterfaceGroupId- The ID of the virtual interface group.- Returns:
this
-
tags
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps.Builder tags(List<? extends CfnTag> tags) - Parameters:
tags- The tags assigned to the association.- Returns:
this
-
build
@Stability(Stable) public CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps>- Returns:
- a new instance of
CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-