Interface JobIdentifier.Builder

  • 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.