public static final class CreateDesktopsRequest.UserCommands.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateDesktopsRequest.UserCommands |
build() |
CreateDesktopsRequest.UserCommands.Builder |
content(String content)
The command content.
|
CreateDesktopsRequest.UserCommands.Builder |
contentEncoding(String contentEncoding)
The encoding mode of the command content.
|
CreateDesktopsRequest.UserCommands.Builder |
contentType(String contentType)
The language type of the command.
|
public CreateDesktopsRequest.UserCommands.Builder content(String content)
public CreateDesktopsRequest.UserCommands.Builder contentEncoding(String contentEncoding)
Valid values: * Base64: encodes the command content in Base64. * PlainText: does not encode the command content.
public CreateDesktopsRequest.UserCommands.Builder contentType(String contentType)
Valid values: * RunPowerShellScript: PowerShell commands (applicable to Windows cloud computers). * RunShellScript: shell commands (applicable to Linux cloud computers). * RunBatScript: batch commands (applicable to Windows cloud computers).
public CreateDesktopsRequest.UserCommands build()
Copyright © 2024. All rights reserved.