public static final class CreateGlobalAccelerationInstanceRequest.Builder extends Object
public CreateGlobalAccelerationInstanceRequest.Builder bandwidth(String bandwidth)
public CreateGlobalAccelerationInstanceRequest.Builder bandwidthType(String bandwidthType)
* **Sharing** * **Exclusive**
public CreateGlobalAccelerationInstanceRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
public CreateGlobalAccelerationInstanceRequest.Builder description(String description)
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
public CreateGlobalAccelerationInstanceRequest.Builder name(String name)
The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter and cannot start with `http://` or `https://`.
public CreateGlobalAccelerationInstanceRequest.Builder ownerAccount(String ownerAccount)
public CreateGlobalAccelerationInstanceRequest.Builder ownerId(Long ownerId)
public CreateGlobalAccelerationInstanceRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public CreateGlobalAccelerationInstanceRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateGlobalAccelerationInstanceRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateGlobalAccelerationInstanceRequest.Builder serviceLocation(String serviceLocation)
* **china-mainland** * **north-america** * **asia-pacific** * **europe**
public CreateGlobalAccelerationInstanceRequest build()
Copyright © 2024. All rights reserved.