Interface SuggestableConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>,SdkBuilder<SuggestableConfig.Builder,SuggestableConfig>,SdkPojo
- Enclosing class:
- SuggestableConfig
public static interface SuggestableConfig.Builder extends SdkPojo, CopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuggestableConfig.BuilderattributeName(String attributeName)The name of the document field/attribute.SuggestableConfig.Buildersuggestable(Boolean suggestable)TRUEmeans 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, sdkFields
-
-
-
-
Method Detail
-
attributeName
SuggestableConfig.Builder attributeName(String 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
SuggestableConfig.Builder suggestable(Boolean suggestable)
TRUEmeans the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.- Parameters:
suggestable-TRUEmeans 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.
-
-