Interface SearchableSegmentAttributesCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchableSegmentAttributesCriteria.Builder,SearchableSegmentAttributesCriteria>,SdkBuilder<SearchableSegmentAttributesCriteria.Builder,SearchableSegmentAttributesCriteria>,SdkPojo
- Enclosing class:
- SearchableSegmentAttributesCriteria
public static interface SearchableSegmentAttributesCriteria.Builder extends SdkPojo, CopyableBuilder<SearchableSegmentAttributesCriteria.Builder,SearchableSegmentAttributesCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchableSegmentAttributesCriteria.Builderkey(String key)The key containing a searchable segment attribute.SearchableSegmentAttributesCriteria.Buildervalues(String... values)The list of values to search for within a searchable segment attribute.SearchableSegmentAttributesCriteria.Buildervalues(Collection<String> values)The list of values to search for within a searchable segment attribute.-
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 Detail
-
key
SearchableSegmentAttributesCriteria.Builder key(String key)
The key containing a searchable segment attribute.
- Parameters:
key- The key containing a searchable segment attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SearchableSegmentAttributesCriteria.Builder values(Collection<String> values)
The list of values to search for within a searchable segment attribute.
- Parameters:
values- The list of values to search for within a searchable segment attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SearchableSegmentAttributesCriteria.Builder values(String... values)
The list of values to search for within a searchable segment attribute.
- Parameters:
values- The list of values to search for within a searchable segment attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-