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