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