public static interface DataRepositoryTaskStatus.Builder extends SdkPojo, CopyableBuilder<DataRepositoryTaskStatus.Builder,DataRepositoryTaskStatus>
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryTaskStatus.Builder |
failedCount(Long failedCount)
A running total of the number of files that the task failed to process.
|
DataRepositoryTaskStatus.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time at which the task status was last updated.
|
DataRepositoryTaskStatus.Builder |
releasedCapacity(Long releasedCapacity)
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically
releases files from the cache.
|
DataRepositoryTaskStatus.Builder |
succeededCount(Long succeededCount)
A running total of the number of files that the task has successfully processed.
|
DataRepositoryTaskStatus.Builder |
totalCount(Long totalCount)
The total number of files that the task will process.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataRepositoryTaskStatus.Builder totalCount(Long totalCount)
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.
totalCount - 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.DataRepositoryTaskStatus.Builder succeededCount(Long succeededCount)
A running total of the number of files that the task has successfully processed.
succeededCount - A running total of the number of files that the task has successfully processed.DataRepositoryTaskStatus.Builder failedCount(Long failedCount)
A running total of the number of files that the task failed to process.
failedCount - A running total of the number of files that the task failed to process.DataRepositoryTaskStatus.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time at which the task status was last updated.
lastUpdatedTime - The time at which the task status was last updated.DataRepositoryTaskStatus.Builder releasedCapacity(Long releasedCapacity)
The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.
releasedCapacity - The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that
automatically releases files from the cache.Copyright © 2023. All rights reserved.