| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.atime(Atime atime)
Specifies whether to preserve metadata indicating the last time a file was read or written to.
|
Options.Builder |
Options.Builder.atime(String 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(Gid gid)
Specifies the POSIX group ID (GID) of the file's owners.
|
Options.Builder |
Options.Builder.gid(String gid)
Specifies the POSIX group ID (GID) of the file's owners.
|
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.logLevel(String logLevel)
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group.
|
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 phase of your task execution. |
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 phase of your task execution. |
Options.Builder |
Options.Builder.objectTags(ObjectTags objectTags)
Specifies whether object tags are preserved when transferring between object storage systems.
|
Options.Builder |
Options.Builder.objectTags(String objectTags)
Specifies whether object tags are preserved when transferring between object storage systems.
|
Options.Builder |
Options.Builder.overwriteMode(OverwriteMode overwriteMode)
Specifies whether data at the destination location should be overwritten or preserved.
|
Options.Builder |
Options.Builder.overwriteMode(String overwriteMode)
Specifies whether data at the destination location should be overwritten or preserved.
|
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.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.preserveDeletedFiles(PreserveDeletedFiles preserveDeletedFiles)
Specifies whether files in the destination location that don't exist in the source should be preserved.
|
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.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.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.securityDescriptorCopyFlags(SmbSecurityDescriptorCopyFlags securityDescriptorCopyFlags)
Specifies which components of the SMB security descriptor are copied from source to destination objects.
|
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.taskQueueing(String taskQueueing)
Specifies whether tasks should be queued before executing the tasks.
|
Options.Builder |
Options.Builder.taskQueueing(TaskQueueing taskQueueing)
Specifies whether tasks should be queued before executing the tasks.
|
Options.Builder |
Options.toBuilder() |
Options.Builder |
Options.Builder.transferMode(String transferMode)
Determines whether DataSync transfers only the data and metadata that differ between the source and the
destination location or transfers all the content from the source (without comparing what's in the
destination).
|
Options.Builder |
Options.Builder.transferMode(TransferMode transferMode)
Determines whether DataSync transfers only the data and metadata that differ between the source and the
destination location or transfers all the content from the source (without comparing what's in the
destination).
|
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 how and when DataSync checks the integrity of your data during a transfer.
|
Options.Builder |
Options.Builder.verifyMode(VerifyMode verifyMode)
Specifies how and when DataSync checks the integrity of your data during a transfer.
|
| 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 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 configuration options that control the behavior of the
StartTaskExecution operation. |
default CreateTaskRequest.Builder |
CreateTaskRequest.Builder.options(Consumer<Options.Builder> options)
Specifies the configuration options for a task.
|
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 © 2023. All rights reserved.