@Stability(value=Stable) public static final class CfnNetworkAcl.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkAcl>
CfnNetworkAcl.| Modifier and Type | Method and Description |
|---|---|
CfnNetworkAcl |
build() |
static CfnNetworkAcl.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNetworkAcl.Builder |
tags(List<? extends CfnTag> tags)
The tags for the network ACL.
|
CfnNetworkAcl.Builder |
vpcId(String vpcId)
The ID of the VPC for the network ACL.
|
@Stability(value=Stable) public static CfnNetworkAcl.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNetworkAcl.Builder.@Stability(value=Stable) public CfnNetworkAcl.Builder vpcId(String vpcId)
vpcId - The ID of the VPC for the network ACL. This parameter is required.this@Stability(value=Stable) public CfnNetworkAcl.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the network ACL. This parameter is required.this@Stability(value=Stable) public CfnNetworkAcl build()
build in interface software.amazon.jsii.Builder<CfnNetworkAcl>Copyright © 2022. All rights reserved.