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
Modifier and TypeMethodDescriptionThe key containing a searchable segment attribute.The list of values to search for within a searchable segment attribute.values(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-