Interface JobIdentifier.Builder

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

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

    • fileName

      JobIdentifier.Builder fileName(String fileName)

      The name of the file that contains the batch job definition.

      Parameters:
      fileName - The name of the file that contains the batch job definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scriptName

      JobIdentifier.Builder scriptName(String scriptName)

      The name of the script that contains the batch job definition.

      Parameters:
      scriptName - The name of the script that contains the batch job definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.