public static final class GetConnectionTicketRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetConnectionTicketRequest |
build() |
GetConnectionTicketRequest.Builder |
commandContent(String commandContent)
The command that you want to run to configure a custom application in user mode.
|
GetConnectionTicketRequest.Builder |
desktopId(String desktopId)
The ID of the cloud computer for which you want to generate a connection credential.
|
GetConnectionTicketRequest.Builder |
endUserId(String endUserId)
The ID of the end user of the cloud computer.
|
GetConnectionTicketRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetConnectionTicketRequest.Builder |
password(String password)
The password of the current end user of the cloud computer.
|
GetConnectionTicketRequest.Builder |
regionId(String regionId)
The region ID.
|
GetConnectionTicketRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetConnectionTicketRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetConnectionTicketRequest.Builder |
taskId(String taskId)
The ID of the cloud computer connection task.
|
GetConnectionTicketRequest.Builder |
uuid(String uuid)
The unique identifier of the client.
|
public GetConnectionTicketRequest.Builder commandContent(String commandContent)
* appPath: the path of the application startup file. Example: `"C:\\Program Files (x86)\\000\\000.exe"`. Use double slashes (\\\) as the delimiter. Type of the parameter value: string. * appParameter: the startup arguments of the application. Example: `"meetingid 000 meetingname aaa"`. Separate multiple arguments with spaces. Type of the parameter value: string.
public GetConnectionTicketRequest.Builder desktopId(String desktopId)
public GetConnectionTicketRequest.Builder endUserId(String endUserId)
public GetConnectionTicketRequest.Builder ownerId(Long ownerId)
public GetConnectionTicketRequest.Builder password(String password)
public GetConnectionTicketRequest.Builder regionId(String regionId)
public GetConnectionTicketRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetConnectionTicketRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetConnectionTicketRequest.Builder taskId(String taskId)
public GetConnectionTicketRequest.Builder uuid(String uuid)
public GetConnectionTicketRequest build()
Copyright © 2024. All rights reserved.