@Stability(value=Stable) public static final class CfnNetworkAclProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkAclProps>
CfnNetworkAclProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNetworkAclProps |
build()
Builds the configured instance.
|
CfnNetworkAclProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnNetworkAclProps.getTags() |
CfnNetworkAclProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnNetworkAclProps.getVpcId() |
@Stability(value=Stable) public CfnNetworkAclProps.Builder vpcId(String vpcId)
CfnNetworkAclProps.getVpcId()vpcId - `AWS::EC2::NetworkAcl.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnNetworkAclProps.Builder tags(List<? extends CfnTag> tags)
CfnNetworkAclProps.getTags()tags - `AWS::EC2::NetworkAcl.Tags`.this@Stability(value=Stable) public CfnNetworkAclProps build()
build in interface software.amazon.jsii.Builder<CfnNetworkAclProps>CfnNetworkAclPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.