public static interface NetworkAclAssociation.Builder extends CopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
| Modifier and Type | Method and Description |
|---|---|
NetworkAclAssociation.Builder |
networkAclAssociationId(String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
|
NetworkAclAssociation.Builder |
networkAclId(String networkAclId)
The ID of the network ACL.
|
NetworkAclAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
copyapply, buildNetworkAclAssociation.Builder networkAclAssociationId(String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
networkAclAssociationId - The ID of the association between a network ACL and a subnet.NetworkAclAssociation.Builder networkAclId(String networkAclId)
The ID of the network ACL.
networkAclId - The ID of the network ACL.NetworkAclAssociation.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.