Interface AutoExportPolicy.Builder

    • Method Detail

      • eventsWithStrings

        AutoExportPolicy.Builder eventsWithStrings​(Collection<String> events)

        The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Parameters:
        events - The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventsWithStrings

        AutoExportPolicy.Builder eventsWithStrings​(String... events)

        The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Parameters:
        events - The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        AutoExportPolicy.Builder events​(Collection<EventType> events)

        The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Parameters:
        events - The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        AutoExportPolicy.Builder events​(EventType... events)

        The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Parameters:
        events - The AutoExportPolicy can have the following event values:

        • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.

        • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.

        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy.

        Returns:
        Returns a reference to this object so that method calls can be chained together.