Interface AutoExportPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoExportPolicy.Builder,AutoExportPolicy>,SdkBuilder<AutoExportPolicy.Builder,AutoExportPolicy>,SdkPojo
- Enclosing class:
- AutoExportPolicy
public static interface AutoExportPolicy.Builder extends SdkPojo, CopyableBuilder<AutoExportPolicy.Builder,AutoExportPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoExportPolicy.Builderevents(Collection<EventType> events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.Builderevents(EventType... events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuildereventsWithStrings(String... events)TheAutoExportPolicycan have the following event values:AutoExportPolicy.BuildereventsWithStrings(Collection<String> events)TheAutoExportPolicycan have the following event values:-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventsWithStrings
AutoExportPolicy.Builder eventsWithStrings(Collection<String> events)
The
AutoExportPolicycan 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- TheAutoExportPolicycan 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
AutoExportPolicycan 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- TheAutoExportPolicycan 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
AutoExportPolicycan 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- TheAutoExportPolicycan 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
AutoExportPolicycan 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- TheAutoExportPolicycan 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.
-
-
-