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