Class CfnVPNConcentratorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConcentratorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPNConcentratorPropsMixin>
- Enclosing class:
CfnVPNConcentratorPropsMixin
@Stability(Stable)
public static final class CfnVPNConcentratorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPNConcentratorPropsMixin>
A fluent builder for
CfnVPNConcentratorPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Any tags assigned to the VPN concentrator.transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN concentrator.The type of VPN concentrator.
-
Method Details
-
create
@Stability(Stable) public static CfnVPNConcentratorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVPNConcentratorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVPNConcentratorPropsMixin.Builder.
-
tags
Any tags assigned to the VPN concentrator.- Parameters:
tags- Any tags assigned to the VPN concentrator. This parameter is required.- Returns:
this- See Also:
-
transitGatewayId
@Stability(Stable) public CfnVPNConcentratorPropsMixin.Builder transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN concentrator.- Parameters:
transitGatewayId- The ID of the transit gateway associated with the VPN concentrator. This parameter is required.- Returns:
this- See Also:
-
type
The type of VPN concentrator.- Parameters:
type- The type of VPN concentrator. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPNConcentratorPropsMixin>- Returns:
- a newly built instance of
CfnVPNConcentratorPropsMixin.
-