| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexField.Builder |
IndexField.builder() |
default IndexField.Builder |
IndexField.Builder.dateArrayOptions(Consumer<DateArrayOptions.Builder> dateArrayOptions)
Sets the value of the DateArrayOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.dateArrayOptions(DateArrayOptions dateArrayOptions)
Sets the value of the DateArrayOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.dateOptions(Consumer<DateOptions.Builder> dateOptions)
Sets the value of the DateOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.dateOptions(DateOptions dateOptions)
Sets the value of the DateOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.doubleArrayOptions(Consumer<DoubleArrayOptions.Builder> doubleArrayOptions)
Sets the value of the DoubleArrayOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.doubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
Sets the value of the DoubleArrayOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.doubleOptions(Consumer<DoubleOptions.Builder> doubleOptions)
Sets the value of the DoubleOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.doubleOptions(DoubleOptions doubleOptions)
Sets the value of the DoubleOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.indexFieldName(String indexFieldName)
A string that represents the name of an index field.
|
IndexField.Builder |
IndexField.Builder.indexFieldType(IndexFieldType indexFieldType)
Sets the value of the IndexFieldType property for this object.
|
IndexField.Builder |
IndexField.Builder.indexFieldType(String indexFieldType)
Sets the value of the IndexFieldType property for this object.
|
default IndexField.Builder |
IndexField.Builder.intArrayOptions(Consumer<IntArrayOptions.Builder> intArrayOptions)
Sets the value of the IntArrayOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.intArrayOptions(IntArrayOptions intArrayOptions)
Sets the value of the IntArrayOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.intOptions(Consumer<IntOptions.Builder> intOptions)
Sets the value of the IntOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.intOptions(IntOptions intOptions)
Sets the value of the IntOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.latLonOptions(Consumer<LatLonOptions.Builder> latLonOptions)
Sets the value of the LatLonOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.latLonOptions(LatLonOptions latLonOptions)
Sets the value of the LatLonOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.literalArrayOptions(Consumer<LiteralArrayOptions.Builder> literalArrayOptions)
Sets the value of the LiteralArrayOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.literalArrayOptions(LiteralArrayOptions literalArrayOptions)
Sets the value of the LiteralArrayOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.literalOptions(Consumer<LiteralOptions.Builder> literalOptions)
Sets the value of the LiteralOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.literalOptions(LiteralOptions literalOptions)
Sets the value of the LiteralOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.textArrayOptions(Consumer<TextArrayOptions.Builder> textArrayOptions)
Sets the value of the TextArrayOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.textArrayOptions(TextArrayOptions textArrayOptions)
Sets the value of the TextArrayOptions property for this object.
|
default IndexField.Builder |
IndexField.Builder.textOptions(Consumer<TextOptions.Builder> textOptions)
Sets the value of the TextOptions property for this object.
|
IndexField.Builder |
IndexField.Builder.textOptions(TextOptions textOptions)
Sets the value of the TextOptions property for this object.
|
IndexField.Builder |
IndexField.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexField.Builder> |
IndexField.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DefineIndexFieldRequest.Builder |
DefineIndexFieldRequest.Builder.indexField(Consumer<IndexField.Builder> indexField)
The index field and field options you want to configure.
|
default IndexFieldStatus.Builder |
IndexFieldStatus.Builder.options(Consumer<IndexField.Builder> options)
Sets the value of the Options property for this object.
|
Copyright © 2022. All rights reserved.