Interface PlatformCommand.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PlatformCommand.Builder,PlatformCommand>, SdkBuilder<PlatformCommand.Builder,PlatformCommand>, SdkPojo
Enclosing class:
PlatformCommand

public static interface PlatformCommand.Builder extends SdkPojo, CopyableBuilder<PlatformCommand.Builder,PlatformCommand>
  • Method Details

    • linux

      Command for Linux.

      Parameters:
      linux - Command for Linux.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • windows

      PlatformCommand.Builder windows(String windows)

      Command for Windows.

      Parameters:
      windows - Command for Windows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.