public static interface PlatformCommand.Builder extends SdkPojo, CopyableBuilder<PlatformCommand.Builder,PlatformCommand>
| Modifier and Type | Method and Description |
|---|---|
PlatformCommand.Builder |
linux(String linux)
Command for Linux.
|
PlatformCommand.Builder |
windows(String windows)
Command for Windows.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformCommand.Builder linux(String linux)
Command for Linux.
linux - Command for Linux.PlatformCommand.Builder windows(String windows)
Command for Windows.
windows - Command for Windows.Copyright © 2023. All rights reserved.