StreamingJob.UpdateStages.WithInputs Interface

public static interface StreamingJob.UpdateStages.WithInputs

The stage of the StreamingJob update allowing to specify inputs.

Method Summary

Modifier and Type Method and Description
abstract Update withInputs(List<InputInner> inputs)

Specifies the inputs property: A list of one or more inputs to the streaming job.

Method Details

withInputs

public abstract StreamingJob.Update withInputs(List inputs)

Specifies the inputs property: A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input..

Parameters:

inputs - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.

Returns:

the next definition stage.

Applies to