public static final class UpdateNetworkAclEntriesRequest.Builder extends Object
public UpdateNetworkAclEntriesRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters. > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public UpdateNetworkAclEntriesRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the request for potential issues, including the AccessKey pair, the permissions of the RAM user, and the required parameters. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public UpdateNetworkAclEntriesRequest.Builder egressAclEntries(List<UpdateNetworkAclEntriesRequest.EgressAclEntries> egressAclEntries)
public UpdateNetworkAclEntriesRequest.Builder ingressAclEntries(List<UpdateNetworkAclEntriesRequest.IngressAclEntries> ingressAclEntries)
public UpdateNetworkAclEntriesRequest.Builder networkAclId(String networkAclId)
public UpdateNetworkAclEntriesRequest.Builder ownerAccount(String ownerAccount)
public UpdateNetworkAclEntriesRequest.Builder ownerId(Long ownerId)
public UpdateNetworkAclEntriesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public UpdateNetworkAclEntriesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateNetworkAclEntriesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateNetworkAclEntriesRequest.Builder updateEgressAclEntries(Boolean updateEgressAclEntries)
* **true** * **false** (default) > This parameter cannot be used to add outbound rules to ACLs. If you want to add more outbound rules to ACLs, specify both the existing rule and the rule that you want to add when you call this API operation. If you specify only the rule that you want to add, it overwrites the existing rule.
public UpdateNetworkAclEntriesRequest.Builder updateIngressAclEntries(Boolean updateIngressAclEntries)
* **true** * **false** (default) > This parameter cannot be used to add inbound rules to ACLs. If you want to add more inbound rules to ACLs, you must specify both the existing rule and the rule that you want to add when you call this API operation. If you specify only the rule that you want to add, it overwrites the existing rule.
public UpdateNetworkAclEntriesRequest build()
Copyright © 2024. All rights reserved.