public static interface NetworkAclAssociation.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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 © 2020. All rights reserved.