| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.atime(Atime atime)
A file metadata value that shows the last time a file was accessed (that is, when the file was read or
written to).
|
Options.Builder |
Options.Builder.atime(String atime)
A file metadata value that shows the last time a file was accessed (that is, when the file was read or
written to).
|
static Options.Builder |
Options.builder() |
Options.Builder |
Options.Builder.bytesPerSecond(Long bytesPerSecond)
A value that limits the bandwidth used by AWS DataSync.
|
Options.Builder |
Options.Builder.gid(Gid gid)
The group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.gid(String gid)
The group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.mtime(Mtime mtime)
A value that indicates the last time that a file was modified (that is, a file was written to) before the
PREPARING phase.
|
Options.Builder |
Options.Builder.mtime(String mtime)
A value that indicates the last time that a file was modified (that is, a file was written to) before the
PREPARING phase.
|
Options.Builder |
Options.Builder.overwriteMode(OverwriteMode overwriteMode)
A value that determines whether files at the destination should be overwritten or preserved when copying
files.
|
Options.Builder |
Options.Builder.overwriteMode(String overwriteMode)
A value that determines whether files at the destination should be overwritten or preserved when copying
files.
|
Options.Builder |
Options.Builder.posixPermissions(PosixPermissions posixPermissions)
A value that determines 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(String posixPermissions)
A value that determines 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(PreserveDeletedFiles preserveDeletedFiles)
A value that specifies whether files in the destination that don't exist in the source file system should be
preserved.
|
Options.Builder |
Options.Builder.preserveDeletedFiles(String preserveDeletedFiles)
A value that specifies whether files in the destination that don't exist in the source file system should be
preserved.
|
Options.Builder |
Options.Builder.preserveDevices(PreserveDevices preserveDevices)
A value that determines whether AWS DataSync should preserve the metadata of block and character devices in
the source file system, and recreate the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.preserveDevices(String preserveDevices)
A value that determines whether AWS DataSync should preserve the metadata of block and character devices in
the source file system, and recreate the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.taskQueueing(String taskQueueing)
A value that determines whether tasks should be queued before executing the tasks.
|
Options.Builder |
Options.Builder.taskQueueing(TaskQueueing taskQueueing)
A value that determines whether tasks should be queued before executing the tasks.
|
Options.Builder |
Options.toBuilder() |
Options.Builder |
Options.Builder.uid(String uid)
The user ID (UID) of the file's owner.
|
Options.Builder |
Options.Builder.uid(Uid uid)
The user ID (UID) of the file's owner.
|
Options.Builder |
Options.Builder.verifyMode(String verifyMode)
A value that determines whether a data integrity verification should be performed at the end of a task
execution after all data and metadata have been transferred.
|
Options.Builder |
Options.Builder.verifyMode(VerifyMode verifyMode)
A value that determines whether a data integrity verification should be performed at the end of a task
execution after all data and metadata have been transferred.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Options.Builder> |
Options.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTaskRequest.Builder |
UpdateTaskRequest.Builder.options(Consumer<Options.Builder> options)
Sets the value of the Options property for this object.
|
default CreateTaskRequest.Builder |
CreateTaskRequest.Builder.options(Consumer<Options.Builder> options)
The set of configuration options that control the behavior of a single execution of the task that occurs when
you call
StartTaskExecution. |
default DescribeTaskExecutionResponse.Builder |
DescribeTaskExecutionResponse.Builder.options(Consumer<Options.Builder> options)
Sets the value of the Options property for this object.
|
default DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.options(Consumer<Options.Builder> options)
The set of configuration options that control the behavior of a single execution of the task that occurs when
you call
StartTaskExecution. |
default StartTaskExecutionRequest.Builder |
StartTaskExecutionRequest.Builder.overrideOptions(Consumer<Options.Builder> overrideOptions)
Sets the value of the OverrideOptions property for this object.
|
Copyright © 2020. All rights reserved.