| 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 DataSync.
|
Options.Builder |
Options.Builder.gid(Gid gid)
The POSIX group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.gid(String gid)
The POSIX group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.logLevel(LogLevel logLevel)
A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log
group that you provide.
|
Options.Builder |
Options.Builder.logLevel(String logLevel)
A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log
group that you provide.
|
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.objectTags(ObjectTags objectTags)
Specifies whether object tags are maintained when transferring between object storage systems.
|
Options.Builder |
Options.Builder.objectTags(String objectTags)
Specifies whether object tags are maintained when transferring between object storage systems.
|
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 DataSync should preserve the metadata of block and character devices in the
source file system, and re-create the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.preserveDevices(String preserveDevices)
A value that determines whether DataSync should preserve the metadata of block and character devices in the
source file system, and re-create the files with that device name and metadata on the destination.
|
Options.Builder |
Options.Builder.securityDescriptorCopyFlags(SmbSecurityDescriptorCopyFlags securityDescriptorCopyFlags)
A value that determines which components of the SMB security descriptor are copied from source to destination
objects.
|
Options.Builder |
Options.Builder.securityDescriptorCopyFlags(String securityDescriptorCopyFlags)
A value that determines which components of the SMB security descriptor are copied from source to destination
objects.
|
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.transferMode(String transferMode)
A value that determines whether DataSync transfers only the data and metadata that differ between the source
and the destination location, or whether DataSync transfers all the content from the source, without
comparing to the destination location.
|
Options.Builder |
Options.Builder.transferMode(TransferMode transferMode)
A value that determines whether DataSync transfers only the data and metadata that differ between the source
and the destination location, or whether DataSync transfers all the content from the source, without
comparing to the destination location.
|
Options.Builder |
Options.Builder.uid(String uid)
The POSIX user ID (UID) of the file's owner.
|
Options.Builder |
Options.Builder.uid(Uid uid)
The POSIX 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 UpdateTaskExecutionRequest.Builder |
UpdateTaskExecutionRequest.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 DescribeTaskExecutionResponse.Builder |
DescribeTaskExecutionResponse.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 UpdateTaskRequest.Builder |
UpdateTaskRequest.Builder.options(Consumer<Options.Builder> options)
Sets the value of the Options property for this object.
|
default StartTaskExecutionRequest.Builder |
StartTaskExecutionRequest.Builder.overrideOptions(Consumer<Options.Builder> overrideOptions)
Sets the value of the OverrideOptions property for this object.
|
Copyright © 2022. All rights reserved.