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