Interface StreamingJob.UpdateStages.WithOutputs

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

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

      • withOutputs

        StreamingJob.Update withOutputs​(List<OutputInner> outputs)
        Specifies the outputs property: A list of one or more outputs for the streaming job. The name property for each output 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 output..
        Parameters:
        outputs - A list of one or more outputs for the streaming job. The name property for each output 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 output.
        Returns:
        the next definition stage.