Interface Job.DefinitionStages.WithParameters

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

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

    • withParameters

      Job.DefinitionStages.WithCreate withParameters(Map<String,String> parameters)
      Specifies the parameters property: Gets or sets the parameters of the job..
      Parameters:
      parameters - Gets or sets the parameters of the job.
      Returns:
      the next definition stage.