public static final class ModifyIpv6InternetBandwidthRequest.Builder extends Object
public ModifyIpv6InternetBandwidthRequest.Builder bandwidth(Long bandwidth)
* If the billing method is pay-by-data-transfer, valid values are **1** to **1000**. * If the billing method is pay-by-bandwidth, valid values are **1** to **2000**.
public ModifyIpv6InternetBandwidthRequest.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 ModifyIpv6InternetBandwidthRequest.Builder dryRun(Boolean dryRun)
public ModifyIpv6InternetBandwidthRequest.Builder ipv6AddressId(String ipv6AddressId)
> You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
public ModifyIpv6InternetBandwidthRequest.Builder ipv6InternetBandwidthId(String ipv6InternetBandwidthId)
public ModifyIpv6InternetBandwidthRequest.Builder ownerAccount(String ownerAccount)
public ModifyIpv6InternetBandwidthRequest.Builder ownerId(Long ownerId)
public ModifyIpv6InternetBandwidthRequest.Builder regionId(String regionId)
public ModifyIpv6InternetBandwidthRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyIpv6InternetBandwidthRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyIpv6InternetBandwidthRequest build()
Copyright © 2024. All rights reserved.