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