| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFaqResponse.Builder |
DescribeFaqResponse.builder() |
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.createdAt(Instant createdAt)
The date and time that the FAQ was created.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.description(String description)
The description of the FAQ that you provided when it was created.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.errorMessage(String errorMessage)
If the
Status field is FAILED, the ErrorMessage field contains the
reason why the FAQ failed. |
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.fileFormat(FaqFileFormat fileFormat)
The file format used by the input files for the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.fileFormat(String fileFormat)
The file format used by the input files for the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.id(String id)
The identifier of the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.indexId(String indexId)
The identifier of the index that contains the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.name(String name)
The name that you gave the FAQ when it was created.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that provides access to the S3 bucket containing the input files
for the FAQ.
|
default DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
Sets the value of the S3Path property for this object.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.s3Path(S3Path s3Path)
Sets the value of the S3Path property for this object.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.status(FaqStatus status)
The status of the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.status(String status)
The status of the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.toBuilder() |
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.updatedAt(Instant updatedAt)
The date and time that the FAQ was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeFaqResponse.Builder> |
DescribeFaqResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.