public static interface AutoExportPolicy.Builder extends SdkPojo, CopyableBuilder<AutoExportPolicy.Builder,AutoExportPolicy>
| Modifier and Type | Method and Description |
|---|---|
AutoExportPolicy.Builder |
events(Collection<EventType> events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
events(EventType... events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
eventsWithStrings(Collection<String> events)
The
AutoExportPolicy can have the following event values: |
AutoExportPolicy.Builder |
eventsWithStrings(String... events)
The
AutoExportPolicy can have the following event values: |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoExportPolicy.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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2023. All rights reserved.