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