StreamingJob.UpdateStages.WithJobType Interface

public static interface StreamingJob.UpdateStages.WithJobType

The stage of the StreamingJob update allowing to specify jobType.

Method Summary

Modifier and Type Method and Description
abstract Update withJobType(JobType jobType)

Specifies the jobType property: Describes the type of the job.

Method Details

withJobType

public abstract 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.

Applies to