Interface SearchField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchField.Builder,
,SearchField> SdkBuilder<SearchField.Builder,
,SearchField> SdkPojo
- Enclosing class:
SearchField
-
Method Summary
Modifier and TypeMethodDescriptionAnenum
value that indicates the key to search the channel on.key
(SearchFieldKey key) Anenum
value that indicates the key to search the channel on.The operator used to compare field values, currentlyEQUALS
orINCLUDES
.operator
(SearchFieldOperator operator) The operator used to compare field values, currentlyEQUALS
orINCLUDES
.The values that you want to search for, a list of strings.values
(Collection<String> values) The values that you want to search for, a list of strings.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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 theEQUALS
operator to get channels whose memberships are equal to the specified values, and with theINCLUDES
operator to get channels whose memberships include the specified values.- Parameters:
key
- Anenum
value that indicates the key to search the channel on.MEMBERS
allows you to search channels based on memberships. You can use it with theEQUALS
operator to get channels whose memberships are equal to the specified values, and with theINCLUDES
operator to get channels whose memberships include the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 theEQUALS
operator to get channels whose memberships are equal to the specified values, and with theINCLUDES
operator to get channels whose memberships include the specified values.- Parameters:
key
- Anenum
value that indicates the key to search the channel on.MEMBERS
allows you to search channels based on memberships. You can use it with theEQUALS
operator to get channels whose memberships are equal to the specified values, and with theINCLUDES
operator to get channels whose memberships include the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
values
- The values that you want to search for, a list of strings. The values must beAppInstanceUserArns
specified as a list of strings.This operation isn't supported for
AppInstanceUsers
with large number of memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
values
- The values that you want to search for, a list of strings. The values must beAppInstanceUserArns
specified as a list of strings.This operation isn't supported for
AppInstanceUsers
with large number of memberships.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
The operator used to compare field values, currently
EQUALS
orINCLUDES
. Use theEQUALS
operator to find channels whose memberships equal the specified values. Use theINCLUDES
operator to find channels whose memberships include the specified values.- Parameters:
operator
- The operator used to compare field values, currentlyEQUALS
orINCLUDES
. Use theEQUALS
operator to find channels whose memberships equal the specified values. Use theINCLUDES
operator to find channels whose memberships include the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator used to compare field values, currently
EQUALS
orINCLUDES
. Use theEQUALS
operator to find channels whose memberships equal the specified values. Use theINCLUDES
operator to find channels whose memberships include the specified values.- Parameters:
operator
- The operator used to compare field values, currentlyEQUALS
orINCLUDES
. Use theEQUALS
operator to find channels whose memberships equal the specified values. Use theINCLUDES
operator to find channels whose memberships include the specified values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-