Interface StreamingJob.UpdateStages.WithInputs

    • Method Detail

      • withInputs

        StreamingJob.Update withInputs​(List<InputInner> 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.