public static final class GetPublicIpAddressPoolServiceStatusRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetPublicIpAddressPoolServiceStatusRequest |
build() |
GetPublicIpAddressPoolServiceStatusRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
GetPublicIpAddressPoolServiceStatusRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetPublicIpAddressPoolServiceStatusRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetPublicIpAddressPoolServiceStatusRequest.Builder |
regionId(String regionId)
The region ID of the IP address pool.
|
GetPublicIpAddressPoolServiceStatusRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetPublicIpAddressPoolServiceStatusRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public GetPublicIpAddressPoolServiceStatusRequest.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 client 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 GetPublicIpAddressPoolServiceStatusRequest.Builder ownerAccount(String ownerAccount)
public GetPublicIpAddressPoolServiceStatusRequest.Builder ownerId(Long ownerId)
public GetPublicIpAddressPoolServiceStatusRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public GetPublicIpAddressPoolServiceStatusRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetPublicIpAddressPoolServiceStatusRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetPublicIpAddressPoolServiceStatusRequest build()
Copyright © 2024. All rights reserved.