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