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