CopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
, SdkBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
public static interface ReplaceNetworkAclAssociationRequest.Builder extends CopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ReplaceNetworkAclAssociationRequest.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 Amazon Web Services, Inc. All Rights Reserved.