public static interface DataRepositoryTaskFilter.Builder extends SdkPojo, CopyableBuilder<DataRepositoryTaskFilter.Builder,DataRepositoryTaskFilter>
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryTaskFilter.Builder |
name(DataRepositoryTaskFilterName name)
Name of the task property to use in filtering the tasks returned in the response.
|
DataRepositoryTaskFilter.Builder |
name(String name)
Name of the task property to use in filtering the tasks returned in the response.
|
DataRepositoryTaskFilter.Builder |
values(Collection<String> values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
|
DataRepositoryTaskFilter.Builder |
values(String... values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataRepositoryTaskFilter.Builder name(String name)
Name of the task property to use in filtering the tasks returned in the response.
Use file-system-id to retrieve data repository tasks for specific file systems.
Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states,
as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
name - Name of the task property to use in filtering the tasks returned in the response.
Use file-system-id to retrieve data repository tasks for specific file systems.
Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle
states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
DataRepositoryTaskFilterName,
DataRepositoryTaskFilterNameDataRepositoryTaskFilter.Builder name(DataRepositoryTaskFilterName name)
Name of the task property to use in filtering the tasks returned in the response.
Use file-system-id to retrieve data repository tasks for specific file systems.
Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states,
as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
name - Name of the task property to use in filtering the tasks returned in the response.
Use file-system-id to retrieve data repository tasks for specific file systems.
Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle
states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
DataRepositoryTaskFilterName,
DataRepositoryTaskFilterNameDataRepositoryTaskFilter.Builder values(Collection<String> values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are
using.DataRepositoryTaskFilter.Builder values(String... values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are
using.Copyright © 2023. All rights reserved.