public static final class ModifyDesktopNameRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyDesktopNameRequest |
build() |
ModifyDesktopNameRequest.Builder |
desktopId(String desktopId)
The ID of the cloud computer.
|
ModifyDesktopNameRequest.Builder |
newDesktopName(String newDesktopName)
The new name of the cloud computer.
|
ModifyDesktopNameRequest.Builder |
regionId(String regionId)
The region ID.
|
public ModifyDesktopNameRequest.Builder desktopId(String desktopId)
public ModifyDesktopNameRequest.Builder newDesktopName(String newDesktopName)
* The name must be 1 to 64 characters in length. * The name must start with a letter but cannot start with `http://` or `https://`. * The name can only contain letters, digits, colons (:), underscores (\_), periods (.), and hyphens (-).
public ModifyDesktopNameRequest.Builder regionId(String regionId)
public ModifyDesktopNameRequest build()
Copyright © 2024. All rights reserved.