| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttribute.Builder |
DocumentAttribute.builder() |
DocumentAttribute.Builder |
DocumentAttribute.Builder.key(String key)
The identifier for the attribute.
|
DocumentAttribute.Builder |
DocumentAttribute.toBuilder() |
default DocumentAttribute.Builder |
DocumentAttribute.Builder.value(Consumer<DocumentAttributeValue.Builder> value)
The value of the attribute.
|
DocumentAttribute.Builder |
DocumentAttribute.Builder.value(DocumentAttributeValue value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentAttribute.Builder> |
DocumentAttribute.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AttributeFilter.Builder |
AttributeFilter.Builder.containsAll(Consumer<DocumentAttribute.Builder> containsAll)
Returns true when a document contains all of the specified document attributes/fields.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.containsAny(Consumer<DocumentAttribute.Builder> containsAny)
Returns true when a document contains any of the specified document attributes/fields.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.equalsTo(Consumer<DocumentAttribute.Builder> equalsTo)
Performs an equals operation on document attributes/fields and their values.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.greaterThan(Consumer<DocumentAttribute.Builder> greaterThan)
Performs a greater than operation on document attributes/fields and their values.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.greaterThanOrEquals(Consumer<DocumentAttribute.Builder> greaterThanOrEquals)
Performs a greater or equals than operation on document attributes/fields and their values.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.lessThan(Consumer<DocumentAttribute.Builder> lessThan)
Performs a less than operation on document attributes/fields and their values.
|
default AttributeFilter.Builder |
AttributeFilter.Builder.lessThanOrEquals(Consumer<DocumentAttribute.Builder> lessThanOrEquals)
Performs a less than or equals operation on document attributes/fields and their values.
|
Copyright © 2023. All rights reserved.