public static interface DateArrayOptions.Builder extends CopyableBuilder<DateArrayOptions.Builder,DateArrayOptions>
| Modifier and Type | Method and Description |
|---|---|
DateArrayOptions.Builder |
defaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DateArrayOptions.Builder |
facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DateArrayOptions.Builder |
returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DateArrayOptions.Builder |
searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DateArrayOptions.Builder |
sourceFields(String sourceFields)
A list of source fields to map to the field.
|
copyapply, buildDateArrayOptions.Builder defaultValue(String defaultValue)
defaultValue - A value to use for the field if the field isn't specified for a document.DateArrayOptions.Builder sourceFields(String sourceFields)
A list of source fields to map to the field.
sourceFields - A list of source fields to map to the field.DateArrayOptions.Builder facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled - Whether facet information can be returned for the field.DateArrayOptions.Builder searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled - Whether the contents of the field are searchable.DateArrayOptions.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.