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