public static interface SearchField.Builder extends SdkPojo, CopyableBuilder<SearchField.Builder,SearchField>
| Modifier and Type | Method and Description |
|---|---|
SearchField.Builder |
key(SearchFieldKey key)
An
enum value that indicates the key to search the channel on. |
SearchField.Builder |
key(String key)
An
enum value that indicates the key to search the channel on. |
SearchField.Builder |
operator(SearchFieldOperator operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField.Builder |
operator(String operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField.Builder |
values(Collection<String> values)
The values that you want to search for, a list of strings.
|
SearchField.Builder |
values(String... values)
The values that you want to search for, a list of strings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchField.Builder key(String key)
An enum value that indicates the key to search the channel on. MEMBERS allows you
to search channels based on memberships. You can use it with the EQUALS operator to get channels
whose memberships are equal to the specified values, and with the INCLUDES operator to get
channels whose memberships include the specified values.
key - An enum value that indicates the key to search the channel on. MEMBERS
allows you to search channels based on memberships. You can use it with the EQUALS
operator to get channels whose memberships are equal to the specified values, and with the
INCLUDES operator to get channels whose memberships include the specified values.SearchFieldKey,
SearchFieldKeySearchField.Builder key(SearchFieldKey key)
An enum value that indicates the key to search the channel on. MEMBERS allows you
to search channels based on memberships. You can use it with the EQUALS operator to get channels
whose memberships are equal to the specified values, and with the INCLUDES operator to get
channels whose memberships include the specified values.
key - An enum value that indicates the key to search the channel on. MEMBERS
allows you to search channels based on memberships. You can use it with the EQUALS
operator to get channels whose memberships are equal to the specified values, and with the
INCLUDES operator to get channels whose memberships include the specified values.SearchFieldKey,
SearchFieldKeySearchField.Builder values(Collection<String> values)
The values that you want to search for, a list of strings. The values must be
AppInstanceUserArns specified as a list of strings.
This operation isn't supported for AppInstanceUsers with large number of memberships.
values - The values that you want to search for, a list of strings. The values must be
AppInstanceUserArns specified as a list of strings.
This operation isn't supported for AppInstanceUsers with large number of memberships.
SearchField.Builder values(String... values)
The values that you want to search for, a list of strings. The values must be
AppInstanceUserArns specified as a list of strings.
This operation isn't supported for AppInstanceUsers with large number of memberships.
values - The values that you want to search for, a list of strings. The values must be
AppInstanceUserArns specified as a list of strings.
This operation isn't supported for AppInstanceUsers with large number of memberships.
SearchField.Builder operator(String operator)
The operator used to compare field values, currently EQUALS or INCLUDES. Use the
EQUALS operator to find channels whose memberships equal the specified values. Use the
INCLUDES operator to find channels whose memberships include the specified values.
operator - The operator used to compare field values, currently EQUALS or INCLUDES. Use
the EQUALS operator to find channels whose memberships equal the specified values. Use
the INCLUDES operator to find channels whose memberships include the specified values.SearchFieldOperator,
SearchFieldOperatorSearchField.Builder operator(SearchFieldOperator operator)
The operator used to compare field values, currently EQUALS or INCLUDES. Use the
EQUALS operator to find channels whose memberships equal the specified values. Use the
INCLUDES operator to find channels whose memberships include the specified values.
operator - The operator used to compare field values, currently EQUALS or INCLUDES. Use
the EQUALS operator to find channels whose memberships equal the specified values. Use
the INCLUDES operator to find channels whose memberships include the specified values.SearchFieldOperator,
SearchFieldOperatorCopyright © 2022. All rights reserved.