Interface PlatformScriptKey.Builder

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

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

    • linux

      The script location for Linux.

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

      The script location for Windows.

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