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