Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.TextArrayOptions.Builder
-
Packages that use TextArrayOptions.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of TextArrayOptions.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return TextArrayOptions.Builder Modifier and Type Method Description TextArrayOptions.BuilderTextArrayOptions.Builder. analysisScheme(String analysisScheme)The name of an analysis scheme for atext-arrayfield.static TextArrayOptions.BuilderTextArrayOptions. builder()TextArrayOptions.BuilderTextArrayOptions.Builder. defaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.TextArrayOptions.BuilderTextArrayOptions.Builder. highlightEnabled(Boolean highlightEnabled)Whether highlights can be returned for the field.TextArrayOptions.BuilderTextArrayOptions.Builder. returnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.TextArrayOptions.BuilderTextArrayOptions.Builder. sourceFields(String sourceFields)A list of source fields to map to the field.TextArrayOptions.BuilderTextArrayOptions. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type TextArrayOptions.Builder Modifier and Type Method Description static Class<? extends TextArrayOptions.Builder>TextArrayOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type TextArrayOptions.Builder Modifier and Type Method Description default IndexField.BuilderIndexField.Builder. textArrayOptions(Consumer<TextArrayOptions.Builder> textArrayOptions)Sets the value of the TextArrayOptions property for this object.
-