Interface ScheduledAction.DefinitionStages.WithFileDestination

All Known Subinterfaces:
ScheduledAction.Definition, ScheduledAction.DefinitionStages.WithCreate
Enclosing interface:
ScheduledAction.DefinitionStages

public static interface ScheduledAction.DefinitionStages.WithFileDestination
The stage of the ScheduledAction definition allowing to specify fileDestination.
  • Method Details

    • withFileDestination

      ScheduledAction.DefinitionStages.WithCreate withFileDestination(FileDestination fileDestination)
      Specifies the fileDestination property: Destination format of the view data. This is optional..
      Parameters:
      fileDestination - Destination format of the view data. This is optional.
      Returns:
      the next definition stage.