| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryTask |
DataRepositoryTask.clone() |
DataRepositoryTask |
CreateDataRepositoryTaskResult.getDataRepositoryTask()
The description of the data repository task that you just created.
|
DataRepositoryTask |
DataRepositoryTask.withCreationTime(Date creationTime) |
DataRepositoryTask |
DataRepositoryTask.withEndTime(Date endTime)
The time that Amazon FSx completed processing the task, populated after the task is complete.
|
DataRepositoryTask |
DataRepositoryTask.withFailureDetails(DataRepositoryTaskFailureDetails failureDetails)
Failure message describing why the task failed, it is populated only when
Lifecycle is set to
FAILED. |
DataRepositoryTask |
DataRepositoryTask.withFileSystemId(String fileSystemId) |
DataRepositoryTask |
DataRepositoryTask.withLifecycle(DataRepositoryTaskLifecycle lifecycle)
The lifecycle status of the data repository task, as follows:
|
DataRepositoryTask |
DataRepositoryTask.withLifecycle(String lifecycle)
The lifecycle status of the data repository task, as follows:
|
DataRepositoryTask |
DataRepositoryTask.withPaths(Collection<String> paths)
An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to
process.
|
DataRepositoryTask |
DataRepositoryTask.withPaths(String... paths)
An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to
process.
|
DataRepositoryTask |
DataRepositoryTask.withReport(CompletionReport report) |
DataRepositoryTask |
DataRepositoryTask.withResourceARN(String resourceARN) |
DataRepositoryTask |
DataRepositoryTask.withStartTime(Date startTime)
The time that Amazon FSx began processing the task.
|
DataRepositoryTask |
DataRepositoryTask.withStatus(DataRepositoryTaskStatus status)
Provides the status of the number of files that the task has processed successfully and failed to process.
|
DataRepositoryTask |
DataRepositoryTask.withTags(Collection<Tag> tags) |
DataRepositoryTask |
DataRepositoryTask.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
DataRepositoryTask |
DataRepositoryTask.withTaskId(String taskId)
The system-generated, unique 17-digit ID of the data repository task.
|
DataRepositoryTask |
DataRepositoryTask.withType(DataRepositoryTaskType type)
The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported.
|
DataRepositoryTask |
DataRepositoryTask.withType(String type)
The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRepositoryTask> |
DescribeDataRepositoryTasksResult.getDataRepositoryTasks()
The collection of data repository task descriptions returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataRepositoryTaskResult.setDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
|
CreateDataRepositoryTaskResult |
CreateDataRepositoryTaskResult.withDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
|
DescribeDataRepositoryTasksResult |
DescribeDataRepositoryTasksResult.withDataRepositoryTasks(DataRepositoryTask... dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryTasksResult.setDataRepositoryTasks(Collection<DataRepositoryTask> dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
DescribeDataRepositoryTasksResult |
DescribeDataRepositoryTasksResult.withDataRepositoryTasks(Collection<DataRepositoryTask> dataRepositoryTasks)
The collection of data repository task descriptions returned.
|
Copyright © 2020. All rights reserved.