public static interface ReplaceNetworkAclAssociationRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceNetworkAclAssociationRequest.Builder |
associationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
|
ReplaceNetworkAclAssociationRequest.Builder |
networkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
copyapply, buildReplaceNetworkAclAssociationRequest.Builder associationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
associationId - The ID of the current association between the original network ACL and the subnet.ReplaceNetworkAclAssociationRequest.Builder networkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
networkAclId - The ID of the new network ACL to associate with the subnet.Copyright © 2017. All rights reserved.