Interface StreamingJob.DefinitionStages.WithOutputs

    • Method Detail

      • withOutputs

        StreamingJob.DefinitionStages.WithCreate 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.