public static final class AddCommonBandwidthPackageIpsRequest.Builder extends Object
public AddCommonBandwidthPackageIpsRequest.Builder bandwidthPackageId(String bandwidthPackageId)
public AddCommonBandwidthPackageIpsRequest.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 AddCommonBandwidthPackageIpsRequest.Builder ipInstanceIds(List<String> ipInstanceIds)
You can specify at most 10 EIP IDs at a time.
public AddCommonBandwidthPackageIpsRequest.Builder ipType(String ipType)
public AddCommonBandwidthPackageIpsRequest.Builder ownerAccount(String ownerAccount)
public AddCommonBandwidthPackageIpsRequest.Builder ownerId(Long ownerId)
public AddCommonBandwidthPackageIpsRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~448570~~) operation to query the most recent region list.
public AddCommonBandwidthPackageIpsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AddCommonBandwidthPackageIpsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AddCommonBandwidthPackageIpsRequest build()
Copyright © 2024. All rights reserved.