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