Interface StreamingJob.UpdateStages.WithJobType

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithJobType
    The stage of the StreamingJob update allowing to specify jobType.
    • Method Detail

      • withJobType

        StreamingJob.Update withJobType​(JobType jobType)
        Specifies the jobType property: Describes the type of the job. Valid modes are `Cloud` and 'Edge'..
        Parameters:
        jobType - Describes the type of the job. Valid modes are `Cloud` and 'Edge'.
        Returns:
        the next definition stage.