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