Interface DataExport.UpdateStages.WithTableNames

All Known Subinterfaces:
DataExport.Update
Enclosing interface:
DataExport.UpdateStages

public static interface DataExport.UpdateStages.WithTableNames
The stage of the DataExport update allowing to specify tableNames.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTableNames(List<String> tableNames)
    Specifies the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”]..
  • Method Details

    • withTableNames

      DataExport.Update withTableNames(List<String> tableNames)
      Specifies the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”]..
      Parameters:
      tableNames - An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
      Returns:
      the next definition stage.