Struct aws_sdk_fsx::input::create_data_repository_task_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateDataRepositoryTaskInput
Implementations
Specifies the type of data repository task to create.
Specifies the type of data repository task to create.
Appends an item to paths.
To override the contents of this collection use set_paths.
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system.
If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or
file on the file system you want to export, then the path to provide is path1.
If a path that you provide isn't valid, the task fails.
(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system.
If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or
file on the file system you want to export, then the path to provide is path1.
If a path that you provide isn't valid, the task fails.
The globally unique ID of the file system, assigned by Amazon FSx.
The globally unique ID of the file system, assigned by Amazon FSx.
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the
Scope parameter. For more information, see
Working with Task Completion Reports.
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the
Scope parameter. For more information, see
Working with Task Completion Reports.
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
Appends an item to tags.
To override the contents of this collection use set_tags.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
Consumes the builder and constructs a CreateDataRepositoryTaskInput
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