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