| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DateOptions.Builder |
DateOptions.builder() |
DateOptions.Builder |
DateOptions.Builder.defaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DateOptions.Builder |
DateOptions.Builder.facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DateOptions.Builder |
DateOptions.Builder.returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DateOptions.Builder |
DateOptions.Builder.searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DateOptions.Builder |
DateOptions.Builder.sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
DateOptions.Builder |
DateOptions.Builder.sourceField(String sourceField)
Sets the value of the SourceField property for this object.
|
DateOptions.Builder |
DateOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DateOptions.Builder> |
DateOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IndexField.Builder |
IndexField.Builder.dateOptions(Consumer<DateOptions.Builder> dateOptions)
Sets the value of the DateOptions property for this object.
|
Copyright © 2023. All rights reserved.