public static interface NetworkAclAssociation.Builder extends software.amazon.awssdk.utils.builder.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.
|
NetworkAclAssociation.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. All rights reserved.