Class CfnVPNConcentrator.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnVPNConcentrator.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPNConcentrator>
- Enclosing class:
CfnVPNConcentrator
@Stability(Stable)
public static final class CfnVPNConcentrator.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPNConcentrator>
A fluent builder for
CfnVPNConcentrator.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnVPNConcentrator.BuilderAny tags assigned to the VPN concentrator.transitGatewayId(String transitGatewayId) The ID of the transit gateway.The type of VPN concentrator.
-
Method Details
-
create
@Stability(Stable) public static CfnVPNConcentrator.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnVPNConcentrator.Builder.
-
transitGatewayId
The ID of the transit gateway.- Parameters:
transitGatewayId- The ID of the transit gateway. 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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPNConcentrator>- Returns:
- a newly built instance of
CfnVPNConcentrator.
-