@Stability(value=Stable) public static final class CfnSubnetNetworkAclAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnSubnetNetworkAclAssociation>
CfnSubnetNetworkAclAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnSubnetNetworkAclAssociation |
build() |
static CfnSubnetNetworkAclAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSubnetNetworkAclAssociation.Builder |
networkAclId(String networkAclId)
The ID of the network ACL.
|
CfnSubnetNetworkAclAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
@Stability(value=Stable) public static CfnSubnetNetworkAclAssociation.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.CfnSubnetNetworkAclAssociation.Builder.@Stability(value=Stable) public CfnSubnetNetworkAclAssociation.Builder networkAclId(String networkAclId)
networkAclId - The ID of the network ACL. This parameter is required.this@Stability(value=Stable) public CfnSubnetNetworkAclAssociation.Builder subnetId(String subnetId)
subnetId - The ID of the subnet. This parameter is required.this@Stability(value=Stable) public CfnSubnetNetworkAclAssociation build()
build in interface software.amazon.jsii.Builder<CfnSubnetNetworkAclAssociation>Copyright © 2022. All rights reserved.