Interface Output.UpdateStages.WithDatasource

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

    public static interface Output.UpdateStages.WithDatasource
    The stage of the Output update allowing to specify datasource.
    • Method Detail

      • withDatasource

        Output.Update withDatasource​(OutputDataSource datasource)
        Specifies the datasource property: Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests..
        Parameters:
        datasource - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
        Returns:
        the next definition stage.