Interface Job.UpdateStages.WithOutputs

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

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

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

    • withOutputs

      Job.Update withOutputs(List<JobOutput> outputs)
      Specifies the outputs property: The outputs for the Job..
      Parameters:
      outputs - The outputs for the Job.
      Returns:
      the next definition stage.