public static interface DateOptions.Builder extends CopyableBuilder<DateOptions.Builder,DateOptions>
| Modifier and Type | Method and Description |
|---|---|
DateOptions.Builder |
defaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DateOptions.Builder |
facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DateOptions.Builder |
returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DateOptions.Builder |
searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DateOptions.Builder |
sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
DateOptions.Builder |
sourceField(String sourceField)
Sets the value of the SourceField property for this object.
|
copyapply, buildDateOptions.Builder defaultValue(String defaultValue)
defaultValue - A value to use for the field if the field isn't specified for a document.DateOptions.Builder sourceField(String sourceField)
sourceField - The new value for the SourceField property for this object.DateOptions.Builder facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled - Whether facet information can be returned for the field.DateOptions.Builder searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled - Whether the contents of the field are searchable.DateOptions.Builder returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
returnEnabled - Whether the contents of the field can be returned in the search results.DateOptions.Builder sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
sortEnabled - Whether the field can be used to sort the search results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.