Interface Job.DefinitionStages.WithCorrelationData

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

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

    • withCorrelationData

      Job.DefinitionStages.WithCreate withCorrelationData(Map<String,String> correlationData)
      Specifies the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events..
      Parameters:
      correlationData - Customer provided key, value pairs that will be returned in Job and JobOutput state events.
      Returns:
      the next definition stage.