public static final class CfnNetworkAcl.Builder
extends java.lang.Object
CfnNetworkAcl
.Modifier and Type | Method and Description |
---|---|
CfnNetworkAcl |
build() |
static CfnNetworkAcl.Builder |
create(Construct scope,
java.lang.String id) |
CfnNetworkAcl.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags for the network ACL.
|
CfnNetworkAcl.Builder |
vpcId(java.lang.String vpcId)
The ID of the VPC for the network ACL.
|
public static CfnNetworkAcl.Builder create(Construct scope, java.lang.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
.public CfnNetworkAcl.Builder vpcId(java.lang.String vpcId)
vpcId
- The ID of the VPC for the network ACL. This parameter is required.this
public CfnNetworkAcl.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags for the network ACL. This parameter is required.this
public CfnNetworkAcl build()