public static final class ReleaseIpv6AddressRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ReleaseIpv6AddressRequest |
build() |
ReleaseIpv6AddressRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ReleaseIpv6AddressRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
ReleaseIpv6AddressRequest.Builder |
ipv6AddressId(String ipv6AddressId)
The ID of the IPv6 address.
|
ReleaseIpv6AddressRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ReleaseIpv6AddressRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ReleaseIpv6AddressRequest.Builder |
regionId(String regionId)
The region ID.
|
ReleaseIpv6AddressRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ReleaseIpv6AddressRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ReleaseIpv6AddressRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. > 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 ReleaseIpv6AddressRequest.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 precheck, 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 ReleaseIpv6AddressRequest.Builder ipv6AddressId(String ipv6AddressId)
public ReleaseIpv6AddressRequest.Builder ownerAccount(String ownerAccount)
public ReleaseIpv6AddressRequest.Builder ownerId(Long ownerId)
public ReleaseIpv6AddressRequest.Builder regionId(String regionId)
public ReleaseIpv6AddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ReleaseIpv6AddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ReleaseIpv6AddressRequest build()
Copyright © 2024. All rights reserved.