| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DataRepositoryTaskStatus.Builder |
DataRepositoryTaskStatus.builder() |
DataRepositoryTaskStatus.Builder |
DataRepositoryTaskStatus.Builder.failedCount(Long failedCount)
A running total of the number of files that the task failed to process.
|
DataRepositoryTaskStatus.Builder |
DataRepositoryTaskStatus.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time at which the task status was last updated.
|
DataRepositoryTaskStatus.Builder |
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 |
DataRepositoryTaskStatus.Builder.succeededCount(Long succeededCount)
A running total of the number of files that the task has successfully processed.
|
DataRepositoryTaskStatus.Builder |
DataRepositoryTaskStatus.toBuilder() |
DataRepositoryTaskStatus.Builder |
DataRepositoryTaskStatus.Builder.totalCount(Long totalCount)
The total number of files that the task will process.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataRepositoryTaskStatus.Builder> |
DataRepositoryTaskStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataRepositoryTask.Builder |
DataRepositoryTask.Builder.status(Consumer<DataRepositoryTaskStatus.Builder> status)
Provides the status of the number of files that the task has processed successfully and failed to process.
|
Copyright © 2023. All rights reserved.