| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static FaqSummary.Builder |
FaqSummary.builder() |
FaqSummary.Builder |
FaqSummary.Builder.createdAt(Instant createdAt)
The Unix timestamp when the FAQ was created.
|
FaqSummary.Builder |
FaqSummary.Builder.fileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
|
FaqSummary.Builder |
FaqSummary.Builder.fileFormat(String fileFormat)
The file type used to create the FAQ.
|
FaqSummary.Builder |
FaqSummary.Builder.id(String id)
The identifier of the FAQ.
|
FaqSummary.Builder |
FaqSummary.Builder.languageCode(String languageCode)
The code for a language.
|
FaqSummary.Builder |
FaqSummary.Builder.name(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
FaqSummary.Builder |
FaqSummary.Builder.status(FaqStatus status)
The current status of the FAQ.
|
FaqSummary.Builder |
FaqSummary.Builder.status(String status)
The current status of the FAQ.
|
FaqSummary.Builder |
FaqSummary.toBuilder() |
FaqSummary.Builder |
FaqSummary.Builder.updatedAt(Instant updatedAt)
The Unix timestamp when the FAQ was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaqSummary.Builder> |
FaqSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.