@Generated(value="software.amazon.awssdk:codegen") public final class DataRepositoryTaskStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataRepositoryTaskStatus.Builder,DataRepositoryTaskStatus>
Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataRepositoryTaskStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataRepositoryTaskStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failedCount()
A running total of the number of files that the task failed to process.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time at which the task status was last updated.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataRepositoryTaskStatus.Builder> |
serializableBuilderClass() |
Long |
succeededCount()
A running total of the number of files that the task has successfully processed.
|
DataRepositoryTaskStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalCount()
The total number of files that the task will process.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
SucceededCount plus FailedCount may not equal TotalCount. When the
task is complete, TotalCount equals the sum of SucceededCount plus
FailedCount.public final Long succeededCount()
A running total of the number of files that the task has successfully processed.
public final Long failedCount()
A running total of the number of files that the task failed to process.
public final Instant lastUpdatedTime()
The time at which the task status was last updated.
public final 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.
public DataRepositoryTaskStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataRepositoryTaskStatus.Builder,DataRepositoryTaskStatus>public static DataRepositoryTaskStatus.Builder builder()
public static Class<? extends DataRepositoryTaskStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.