Interface Job.DefinitionStages.WithClientRequestId

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

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

    • withClientRequestId

      Job.DefinitionStages.WithCreate withClientRequestId(String clientRequestId)
      Specifies the clientRequestId property: Identifies this specific client request..
      Parameters:
      clientRequestId - Identifies this specific client request.
      Returns:
      the next definition stage.