static DescribeFaqResponse.Builder |
DescribeFaqResponse.builder() |
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.createdAt(Instant createdAt) |
The Unix timestamp when 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(String fileFormat) |
The file format used by the input files for the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.fileFormat(FaqFileFormat 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 for the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.languageCode(String languageCode) |
The code for a language.
|
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(String status) |
The status of the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.status(FaqStatus status) |
The status of the FAQ.
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.toBuilder() |
|
DescribeFaqResponse.Builder |
DescribeFaqResponse.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the FAQ was last updated.
|