Interface DataRepositoryTaskFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataRepositoryTaskFilter.Builder,DataRepositoryTaskFilter>,SdkBuilder<DataRepositoryTaskFilter.Builder,DataRepositoryTaskFilter>,SdkPojo
- Enclosing class:
- DataRepositoryTaskFilter
public static interface DataRepositoryTaskFilter.Builder extends SdkPojo, CopyableBuilder<DataRepositoryTaskFilter.Builder,DataRepositoryTaskFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataRepositoryTaskFilter.Buildername(String name)Name of the task property to use in filtering the tasks returned in the response.DataRepositoryTaskFilter.Buildername(DataRepositoryTaskFilterName name)Name of the task property to use in filtering the tasks returned in the response.DataRepositoryTaskFilter.Buildervalues(String... values)Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.DataRepositoryTaskFilter.Buildervalues(Collection<String> values)Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
DataRepositoryTaskFilter.Builder name(String name)
Name of the task property to use in filtering the tasks returned in the response.
-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
- Parameters:
name- Name of the task property to use in filtering the tasks returned in the response.-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataRepositoryTaskFilterName,DataRepositoryTaskFilterName
-
-
name
DataRepositoryTaskFilter.Builder name(DataRepositoryTaskFilterName name)
Name of the task property to use in filtering the tasks returned in the response.
-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
- Parameters:
name- Name of the task property to use in filtering the tasks returned in the response.-
Use
file-system-idto retrieve data repository tasks for specific file systems. -
Use
task-lifecycleto retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataRepositoryTaskFilterName,DataRepositoryTaskFilterName
-
-
values
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.
- Parameters:
values- Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
DataRepositoryTaskFilter.Builder values(String... values)
Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
- Parameters:
values- Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-