Interface Job.UpdateStages.WithCorrelationData

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

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

    Modifier and Type
    Method
    Description
    Specifies the correlationData property: Customer provided key, value pairs that will be returned in Job and JobOutput state events..
  • Method Details

    • withCorrelationData

      Job.Update 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.