Interface Job.UpdateStages.WithInput

All Known Subinterfaces:
Job.Update
Enclosing interface:
Job.UpdateStages

public static interface Job.UpdateStages.WithInput
The stage of the Job update allowing to specify input.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the input property: The inputs for the Job..
  • Method Details

    • withInput

      Job.Update withInput(JobInput input)
      Specifies the input property: The inputs for the Job..
      Parameters:
      input - The inputs for the Job.
      Returns:
      the next definition stage.