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