| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DataRepositoryTask.Builder |
DataRepositoryTask.builder() |
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.capacityToRelease(Long capacityToRelease)
Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that
automatically releases files from the cache.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.creationTime(Instant creationTime)
Sets the value of the CreationTime property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.endTime(Instant endTime)
The time the system completed processing the task, populated after the task is complete.
|
default DataRepositoryTask.Builder |
DataRepositoryTask.Builder.failureDetails(Consumer<DataRepositoryTaskFailureDetails.Builder> failureDetails)
Failure message describing why the task failed, it is populated only when
Lifecycle is set to
FAILED. |
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.failureDetails(DataRepositoryTaskFailureDetails failureDetails)
Failure message describing why the task failed, it is populated only when
Lifecycle is set to
FAILED. |
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.fileCacheId(String fileCacheId)
The system-generated, unique ID of the cache.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.fileSystemId(String fileSystemId)
The globally unique ID of the file system.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.lifecycle(DataRepositoryTaskLifecycle lifecycle)
The lifecycle status of the data repository task, as follows:
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.lifecycle(String lifecycle)
The lifecycle status of the data repository task, as follows:
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.paths(Collection<String> paths)
An array of paths that specify the data for the data repository task to process.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.paths(String... paths)
An array of paths that specify the data for the data repository task to process.
|
default DataRepositoryTask.Builder |
DataRepositoryTask.Builder.releaseConfiguration(Consumer<ReleaseConfiguration.Builder> releaseConfiguration)
The configuration that specifies the last accessed time criteria for files that will be released from an
Amazon FSx for Lustre file system.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.releaseConfiguration(ReleaseConfiguration releaseConfiguration)
The configuration that specifies the last accessed time criteria for files that will be released from an
Amazon FSx for Lustre file system.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.report(CompletionReport report)
Sets the value of the Report property for this object.
|
default DataRepositoryTask.Builder |
DataRepositoryTask.Builder.report(Consumer<CompletionReport.Builder> report)
Sets the value of the Report property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.resourceARN(String resourceARN)
Sets the value of the ResourceARN property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.startTime(Instant startTime)
The time the system began processing the task.
|
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.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.status(DataRepositoryTaskStatus status)
Provides the status of the number of files that the task has processed successfully and failed to process.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.taskId(String taskId)
The system-generated, unique 17-digit ID of the data repository task.
|
DataRepositoryTask.Builder |
DataRepositoryTask.toBuilder() |
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.type(DataRepositoryTaskType type)
The type of data repository task.
|
DataRepositoryTask.Builder |
DataRepositoryTask.Builder.type(String type)
The type of data repository task.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataRepositoryTask.Builder> |
DataRepositoryTask.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDataRepositoryTaskResponse.Builder |
CreateDataRepositoryTaskResponse.Builder.dataRepositoryTask(Consumer<DataRepositoryTask.Builder> dataRepositoryTask)
The description of the data repository task that you just created.
|
Copyright © 2023. All rights reserved.