| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValue |
DocumentAttributeCondition.conditionOnValue()
The value used by the operator.
|
DocumentAttributeValue |
DocumentAttributeValueCountPair.documentAttributeValue()
The value of the attribute.
|
static DocumentAttributeValue |
DocumentAttributeValue.fromDateValue(Instant dateValue)
Create an instance of this class with
dateValue() initialized to the given value. |
static DocumentAttributeValue |
DocumentAttributeValue.fromLongValue(Long longValue)
Create an instance of this class with
longValue() initialized to the given value. |
static DocumentAttributeValue |
DocumentAttributeValue.fromStringListValue(List<String> stringListValue)
Create an instance of this class with
stringListValue() initialized to the given value. |
static DocumentAttributeValue |
DocumentAttributeValue.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
DocumentAttributeValue |
DocumentAttributeTarget.targetDocumentAttributeValue()
The target value you want to create for the target attribute.
|
DocumentAttributeValue |
DocumentAttribute.value()
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeCondition.Builder |
DocumentAttributeCondition.Builder.conditionOnValue(DocumentAttributeValue conditionOnValue)
The value used by the operator.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
DocumentAttributeTarget.Builder |
DocumentAttributeTarget.Builder.targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttribute.Builder |
DocumentAttribute.Builder.value(DocumentAttributeValue value)
The value of the attribute.
|
Copyright © 2023. All rights reserved.