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