public static final class ModifyDesktopHostNameRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyDesktopHostNameRequest |
build() |
ModifyDesktopHostNameRequest.Builder |
desktopId(String desktopId)
The ID of the cloud computer.
|
ModifyDesktopHostNameRequest.Builder |
newHostName(String newHostName)
The new hostname of the cloud computer.
|
ModifyDesktopHostNameRequest.Builder |
regionId(String regionId)
The region ID.
|
public ModifyDesktopHostNameRequest.Builder desktopId(String desktopId)
public ModifyDesktopHostNameRequest.Builder newHostName(String newHostName)
* The hostname must be 2 to 15 characters in length. * The hostname can contain only letters, digits, and hyphens (-). The hostname cannot start or end with a hyphen (-), contain consecutive hyphens (-), or contain only digits.
public ModifyDesktopHostNameRequest.Builder regionId(String regionId)
public ModifyDesktopHostNameRequest build()
Copyright © 2024. All rights reserved.