Uses of Interface
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskStatus.Builder
-
Packages that use DataRepositoryTaskStatus.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskStatus.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryTaskStatus.Builder Modifier and Type Method Description static DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus. builder()DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus.Builder. failedCount(Long failedCount)A running total of the number of files that the task failed to process.DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus.Builder. lastUpdatedTime(Instant lastUpdatedTime)The time at which the task status was last updated.DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus.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.BuilderDataRepositoryTaskStatus.Builder. succeededCount(Long succeededCount)A running total of the number of files that the task has successfully processed.DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus. toBuilder()DataRepositoryTaskStatus.BuilderDataRepositoryTaskStatus.Builder. totalCount(Long totalCount)The total number of files that the task will process.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DataRepositoryTaskStatus.Builder Modifier and Type Method Description static Class<? extends DataRepositoryTaskStatus.Builder>DataRepositoryTaskStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DataRepositoryTaskStatus.Builder Modifier and Type Method Description default DataRepositoryTask.BuilderDataRepositoryTask.Builder. status(Consumer<DataRepositoryTaskStatus.Builder> status)Provides the status of the number of files that the task has processed successfully and failed to process.
-