Struct aws_sdk_datasync::input::create_task_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateTaskInput
Implementations
The Amazon Resource Name (ARN) of the source location for the task.
The Amazon Resource Name (ARN) of the source location for the task.
The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location.
The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location.
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
The name of a task. This value is a text reference that is used to identify the task in the console.
The name of a task. This value is a text reference that is used to identify the task in the console.
The set of configuration options that control the behavior of a single execution of the
task that occurs when you call StartTaskExecution
. You can configure these
options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data
integrity verification, and so on.
For each individual task execution, you can override these options by specifying the
OverrideOptions
before starting the task execution. For more information, see
the StartTaskExecution operation.
The set of configuration options that control the behavior of a single execution of the
task that occurs when you call StartTaskExecution
. You can configure these
options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data
integrity verification, and so on.
For each individual task execution, you can override these options by specifying the
OverrideOptions
before starting the task execution. For more information, see
the StartTaskExecution operation.
Appends an item to excludes
.
To override the contents of this collection use set_excludes
.
A list of filter rules that determines which files to exclude from a task. The list should
contain a single filter string that consists of the patterns to exclude. The patterns are
delimited by "|" (that is, a pipe), for example, "/folder1|/folder2"
.
A list of filter rules that determines which files to exclude from a task. The list should
contain a single filter string that consists of the patterns to exclude. The patterns are
delimited by "|" (that is, a pipe), for example, "/folder1|/folder2"
.
Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see Scheduling your task.
Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see Scheduling your task.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string.
The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string.
Appends an item to includes
.
To override the contents of this collection use set_includes
.
A list of filter rules that determines which files to include when running a task. The
pattern contains a single filter string that consists of the patterns to include. The patterns
are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2"
.
A list of filter rules that determines which files to include when running a task. The
pattern contains a single filter string that consists of the patterns to include. The patterns
are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2"
.
Consumes the builder and constructs a CreateTaskInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more