Class CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocalGatewayVirtualInterfaceGroupPropsMixin>
- Enclosing class:
CfnLocalGatewayVirtualInterfaceGroupPropsMixin
@Stability(Stable)
public static final class CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocalGatewayVirtualInterfaceGroupPropsMixin>
A fluent builder for
CfnLocalGatewayVirtualInterfaceGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) localBgpAsn(Number localBgpAsn) The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).localBgpAsnExtended(Number localBgpAsnExtended) The extended 32-bit ASN for the local BGP configuration.localGatewayId(String localGatewayId) The ID of the local gateway.The tags assigned to the virtual interface group.
-
Method Details
-
create
@Stability(Stable) public static CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder.
-
localBgpAsn
@Stability(Stable) public CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder localBgpAsn(Number localBgpAsn) The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).- Parameters:
localBgpAsn- The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP). This parameter is required.- Returns:
this- See Also:
-
localBgpAsnExtended
@Stability(Stable) public CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder localBgpAsnExtended(Number localBgpAsnExtended) The extended 32-bit ASN for the local BGP configuration.- Parameters:
localBgpAsnExtended- The extended 32-bit ASN for the local BGP configuration. This parameter is required.- Returns:
this- See Also:
-
localGatewayId
@Stability(Stable) public CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder localGatewayId(String localGatewayId) The ID of the local gateway.- Parameters:
localGatewayId- The ID of the local gateway. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnLocalGatewayVirtualInterfaceGroupPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags assigned to the virtual interface group.- Parameters:
tags- The tags assigned to the virtual interface group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocalGatewayVirtualInterfaceGroupPropsMixin>- Returns:
- a newly built instance of
CfnLocalGatewayVirtualInterfaceGroupPropsMixin.
-