public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
The name of the filter as specified for a
Describe* or similar operation. |
Filter.Builder |
values(Collection<String> values)
The filter value, which can specify one or more values used to narrow the returned results.
|
Filter.Builder |
values(String... values)
The filter value, which can specify one or more values used to narrow the returned results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
The name of the filter as specified for a Describe* or similar operation.
name - The name of the filter as specified for a Describe* or similar operation.Filter.Builder values(Collection<String> values)
The filter value, which can specify one or more values used to narrow the returned results.
values - The filter value, which can specify one or more values used to narrow the returned results.Filter.Builder values(String... values)
The filter value, which can specify one or more values used to narrow the returned results.
values - The filter value, which can specify one or more values used to narrow the returned results.Copyright © 2023. All rights reserved.