Interface Job.DefinitionStages.WithInput

All Known Subinterfaces:
Job.Definition, Job.DefinitionStages.WithCreate
Enclosing interface:
Job.DefinitionStages

public static interface Job.DefinitionStages.WithInput
The stage of the Job definition allowing to specify input.
  • Method Details

    • withInput

      Specifies the input property: The inputs for the Job..
      Parameters:
      input - The inputs for the Job.
      Returns:
      the next definition stage.