Struct aws_sdk_fsx::model::data_repository_task_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DataRepositoryTaskStatus
Implementations
The total number of files that the task will process. While a task is executing, the sum of
SucceededCount plus FailedCount may not equal TotalCount. When the task is complete,
TotalCount equals the sum of SucceededCount plus FailedCount.
The total number of files that the task will process. While a task is executing, the sum of
SucceededCount plus FailedCount may not equal TotalCount. When the task is complete,
TotalCount equals the sum of SucceededCount plus FailedCount.
A running total of the number of files that the task has successfully processed.
A running total of the number of files that the task has successfully processed.
A running total of the number of files that the task failed to process.
A running total of the number of files that the task failed to process.
The time at which the task status was last updated.
The time at which the task status was last updated.
Consumes the builder and constructs a DataRepositoryTaskStatus
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