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