Interface SuggestableConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuggestableConfig.Builder,
,SuggestableConfig> SdkBuilder<SuggestableConfig.Builder,
,SuggestableConfig> SdkPojo
- Enclosing class:
SuggestableConfig
@Mutable
@NotThreadSafe
public static interface SuggestableConfig.Builder
extends SdkPojo, CopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) The name of the document field/attribute.suggestable
(Boolean suggestable) TRUE
means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.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
-
attributeName
The name of the document field/attribute.
- Parameters:
attributeName
- The name of the document field/attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suggestable
TRUE
means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.- Parameters:
suggestable
-TRUE
means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-