| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttributeValue.Builder |
DocumentAttributeValue.builder() |
DocumentAttributeValue.Builder |
DocumentAttributeValue.Builder.dateValue(Instant dateValue)
A date expressed as an ISO 8601 string.
|
DocumentAttributeValue.Builder |
DocumentAttributeValue.Builder.longValue(Long longValue)
A long integer value.
|
DocumentAttributeValue.Builder |
DocumentAttributeValue.Builder.stringListValue(Collection<String> stringListValue)
A list of strings.
|
DocumentAttributeValue.Builder |
DocumentAttributeValue.Builder.stringListValue(String... stringListValue)
A list of strings.
|
DocumentAttributeValue.Builder |
DocumentAttributeValue.Builder.stringValue(String stringValue)
A string, such as "department".
|
DocumentAttributeValue.Builder |
DocumentAttributeValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentAttributeValue.Builder> |
DocumentAttributeValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(Consumer<DocumentAttributeValue.Builder> documentAttributeValue)
The value of the attribute.
|
default DocumentAttribute.Builder |
DocumentAttribute.Builder.value(Consumer<DocumentAttributeValue.Builder> value)
The value of the attribute.
|
Copyright © 2020. All rights reserved.