Uses of Interface
software.amazon.awssdk.services.cloudsearch.model.LiteralOptions.Builder
-
Packages that use LiteralOptions.Builder Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of LiteralOptions.Builder in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return LiteralOptions.Builder Modifier and Type Method Description static LiteralOptions.BuilderLiteralOptions. builder()LiteralOptions.BuilderLiteralOptions.Builder. defaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.LiteralOptions.BuilderLiteralOptions.Builder. facetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.LiteralOptions.BuilderLiteralOptions.Builder. returnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.LiteralOptions.BuilderLiteralOptions.Builder. searchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.LiteralOptions.BuilderLiteralOptions.Builder. sortEnabled(Boolean sortEnabled)Whether the field can be used to sort the search results.LiteralOptions.BuilderLiteralOptions.Builder. sourceField(String sourceField)Sets the value of the SourceField property for this object.LiteralOptions.BuilderLiteralOptions. toBuilder()Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type LiteralOptions.Builder Modifier and Type Method Description static Class<? extends LiteralOptions.Builder>LiteralOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type LiteralOptions.Builder Modifier and Type Method Description default IndexField.BuilderIndexField.Builder. literalOptions(Consumer<LiteralOptions.Builder> literalOptions)Sets the value of the LiteralOptions property for this object.
-