public static final class CfnSubnetNetworkAclAssociation.Builder
extends java.lang.Object
CfnSubnetNetworkAclAssociation
.Modifier and Type | Method and Description |
---|---|
CfnSubnetNetworkAclAssociation |
build() |
static CfnSubnetNetworkAclAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnSubnetNetworkAclAssociation.Builder |
networkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
CfnSubnetNetworkAclAssociation.Builder |
subnetId(java.lang.String subnetId)
The ID of the subnet.
|
public static CfnSubnetNetworkAclAssociation.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.CfnSubnetNetworkAclAssociation.Builder
.public CfnSubnetNetworkAclAssociation.Builder networkAclId(java.lang.String networkAclId)
networkAclId
- The ID of the network ACL. This parameter is required.this
public CfnSubnetNetworkAclAssociation.Builder subnetId(java.lang.String subnetId)
subnetId
- The ID of the subnet. This parameter is required.this
public CfnSubnetNetworkAclAssociation build()