Interface StreamingJob.UpdateStages.WithFunctions

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

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

      • withFunctions

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