Class CfnNetworkAclMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkAclMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAclMixinProps>
- Enclosing interface:
CfnNetworkAclMixinProps
@Stability(Stable)
public static final class CfnNetworkAclMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAclMixinProps>
A builder for
CfnNetworkAclMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnNetworkAclMixinProps.getTags()Sets the value ofCfnNetworkAclMixinProps.getVpcId()Sets the value ofCfnNetworkAclMixinProps.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnNetworkAclMixinProps.getTags()- Parameters:
tags- The tags for the network ACL.- Returns:
this
-
vpcId
Sets the value ofCfnNetworkAclMixinProps.getVpcId()- Parameters:
vpcId- The ID of the VPC for the network ACL.- Returns:
this
-
vpcId
Sets the value ofCfnNetworkAclMixinProps.getVpcId()- Parameters:
vpcId- The ID of the VPC for the network ACL.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkAclMixinProps>- Returns:
- a new instance of
CfnNetworkAclMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-