public static final class UpdatePublicIpAddressPoolAttributeRequest.Builder extends Object
public UpdatePublicIpAddressPoolAttributeRequest.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 UpdatePublicIpAddressPoolAttributeRequest.Builder description(String description)
This parameter is optional. If you enter a description, the description must be 2 to 256 characters in length, and cannot start with http:// or https://.
public UpdatePublicIpAddressPoolAttributeRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. 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 UpdatePublicIpAddressPoolAttributeRequest.Builder name(String name)
This parameter is optional. The name must be 1 to 128 characters in length, and can contain digits, periods (.), underscores (\_), and hyphens (-). The name must start with a letter but cannot start with `http://` or `https://`.
public UpdatePublicIpAddressPoolAttributeRequest.Builder ownerAccount(String ownerAccount)
public UpdatePublicIpAddressPoolAttributeRequest.Builder ownerId(Long ownerId)
public UpdatePublicIpAddressPoolAttributeRequest.Builder publicIpAddressPoolId(String publicIpAddressPoolId)
public UpdatePublicIpAddressPoolAttributeRequest.Builder regionId(String regionId)
public UpdatePublicIpAddressPoolAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdatePublicIpAddressPoolAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdatePublicIpAddressPoolAttributeRequest build()
Copyright © 2024. All rights reserved.