Options.Builder |
Options.Builder.atime(String atime) |
Specifies whether to preserve metadata indicating the last time a file was read or written to.
|
Options.Builder |
Options.Builder.atime(Atime atime) |
Specifies whether to preserve metadata indicating the last time a file was read or written to.
|
static Options.Builder |
Options.builder() |
|
Options.Builder |
Options.Builder.bytesPerSecond(Long bytesPerSecond) |
Limits the bandwidth used by a DataSync task.
|
Options.Builder |
Options.Builder.gid(String gid) |
Specifies the POSIX group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.gid(Gid gid) |
Specifies the POSIX group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.logLevel(String logLevel) |
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group.
|
Options.Builder |
Options.Builder.logLevel(LogLevel logLevel) |
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group.
|
Options.Builder |
Options.Builder.mtime(String mtime) |
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING step of your task execution.
|
Options.Builder |
Options.Builder.mtime(Mtime mtime) |
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING step of your task execution.
|
Options.Builder |
Options.Builder.objectTags(String objectTags) |
Specifies whether you want DataSync to PRESERVE object tags (default behavior) when transferring
between object storage systems.
|
Options.Builder |
Options.Builder.objectTags(ObjectTags objectTags) |
Specifies whether you want DataSync to PRESERVE object tags (default behavior) when transferring
between object storage systems.
|
Options.Builder |
Options.Builder.overwriteMode(String overwriteMode) |
Specifies whether DataSync should modify or preserve data at the destination location.
|
Options.Builder |
Options.Builder.overwriteMode(OverwriteMode overwriteMode) |
Specifies whether DataSync should modify or preserve data at the destination location.
|
Options.Builder |
Options.Builder.posixPermissions(String posixPermissions) |
Specifies which users or groups can access a file for a specific purpose such as reading, writing, or
execution of the file.
|
Options.Builder |
Options.Builder.posixPermissions(PosixPermissions posixPermissions) |
Specifies which users or groups can access a file for a specific purpose such as reading, writing, or
execution of the file.
|
Options.Builder |
Options.Builder.preserveDeletedFiles(String preserveDeletedFiles) |
Specifies whether files in the destination location that don't exist in the source should be preserved.
|
Options.Builder |
Options.Builder.preserveDeletedFiles(PreserveDeletedFiles preserveDeletedFiles) |
Specifies whether files in the destination location that don't exist in the source should be preserved.
|
Options.Builder |
Options.Builder.preserveDevices(String preserveDevices) |
Specifies whether DataSync should preserve the metadata of block and character devices in the source location
and recreate the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.preserveDevices(PreserveDevices preserveDevices) |
Specifies whether DataSync should preserve the metadata of block and character devices in the source location
and recreate the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.securityDescriptorCopyFlags(String securityDescriptorCopyFlags) |
Specifies which components of the SMB security descriptor are copied from source to destination objects.
|
Options.Builder |
Options.Builder.securityDescriptorCopyFlags(SmbSecurityDescriptorCopyFlags securityDescriptorCopyFlags) |
Specifies which components of the SMB security descriptor are copied from source to destination objects.
|
Options.Builder |
Options.Builder.taskQueueing(String taskQueueing) |
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
Options.Builder |
Options.Builder.taskQueueing(TaskQueueing taskQueueing) |
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
Options.Builder |
Options.toBuilder() |
|
Options.Builder |
Options.Builder.transferMode(String transferMode) |
Specifies whether DataSync transfers only the data (including metadata) that differs between locations
following an initial copy or transfers all data every time you run the task.
|
Options.Builder |
Options.Builder.transferMode(TransferMode transferMode) |
Specifies whether DataSync transfers only the data (including metadata) that differs between locations
following an initial copy or transfers all data every time you run the task.
|
Options.Builder |
Options.Builder.uid(String uid) |
Specifies the POSIX user ID (UID) of the file's owner.
|
Options.Builder |
Options.Builder.uid(Uid uid) |
Specifies the POSIX user ID (UID) of the file's owner.
|
Options.Builder |
Options.Builder.verifyMode(String verifyMode) |
Specifies if and how DataSync checks the integrity of your data at the end of your transfer.
|
Options.Builder |
Options.Builder.verifyMode(VerifyMode verifyMode) |
Specifies if and how DataSync checks the integrity of your data at the end of your transfer.
|