public static interface TaskFilter.Builder extends SdkPojo, CopyableBuilder<TaskFilter.Builder,TaskFilter>
Modifier and Type | Method and Description |
---|---|
TaskFilter.Builder |
name(String name)
The name of the filter being used.
|
TaskFilter.Builder |
name(TaskFilterName name)
The name of the filter being used.
|
TaskFilter.Builder |
operator(Operator operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
TaskFilter.Builder |
operator(String operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
TaskFilter.Builder |
values(Collection<String> values)
The values that you want to filter for.
|
TaskFilter.Builder |
values(String... values)
The values that you want to filter for.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TaskFilter.Builder name(String name)
The name of the filter being used. Each API call supports a list of filters that are available for it. For
example, LocationId
for ListTasks
.
name
- The name of the filter being used. Each API call supports a list of filters that are available for it.
For example, LocationId
for ListTasks
.TaskFilterName
,
TaskFilterName
TaskFilter.Builder name(TaskFilterName name)
The name of the filter being used. Each API call supports a list of filters that are available for it. For
example, LocationId
for ListTasks
.
name
- The name of the filter being used. Each API call supports a list of filters that are available for it.
For example, LocationId
for ListTasks
.TaskFilterName
,
TaskFilterName
TaskFilter.Builder values(Collection<String> values)
The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
values
- The values that you want to filter for. For example, you might want to display only tasks for a
specific destination location.TaskFilter.Builder values(String... values)
The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
values
- The values that you want to filter for. For example, you might want to display only tasks for a
specific destination location.TaskFilter.Builder operator(String operator)
The operator that is used to compare filter values (for example, Equals
or Contains
). For more about API filtering operators, see query-resources.
operator
- The operator that is used to compare filter values (for example, Equals
or
Contains
). For more about API filtering operators, see query-resources.Operator
,
Operator
TaskFilter.Builder operator(Operator operator)
The operator that is used to compare filter values (for example, Equals
or Contains
). For more about API filtering operators, see query-resources.
operator
- The operator that is used to compare filter values (for example, Equals
or
Contains
). For more about API filtering operators, see query-resources.Operator
,
Operator
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.