public static interface FaqSummary.Builder extends SdkPojo, CopyableBuilder<FaqSummary.Builder,FaqSummary>
| Modifier and Type | Method and Description |
|---|---|
FaqSummary.Builder |
createdAt(Instant createdAt)
The UNIX datetime that the FAQ was added to the index.
|
FaqSummary.Builder |
fileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
|
FaqSummary.Builder |
fileFormat(String fileFormat)
The file type used to create the FAQ.
|
FaqSummary.Builder |
id(String id)
The unique identifier of the FAQ.
|
FaqSummary.Builder |
languageCode(String languageCode)
The code for a language.
|
FaqSummary.Builder |
name(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
FaqSummary.Builder |
status(FaqStatus status)
The current status of the FAQ.
|
FaqSummary.Builder |
status(String status)
The current status of the FAQ.
|
FaqSummary.Builder |
updatedAt(Instant updatedAt)
The UNIX datetime that the FAQ was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaqSummary.Builder id(String id)
The unique identifier of the FAQ.
id - The unique identifier of the FAQ.FaqSummary.Builder name(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
name - The name that you assigned the FAQ when you created or updated the FAQ.FaqSummary.Builder status(String status)
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
FaqSummary.Builder status(FaqStatus status)
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
FaqSummary.Builder createdAt(Instant createdAt)
The UNIX datetime that the FAQ was added to the index.
createdAt - The UNIX datetime that the FAQ was added to the index.FaqSummary.Builder updatedAt(Instant updatedAt)
The UNIX datetime that the FAQ was last updated.
updatedAt - The UNIX datetime that the FAQ was last updated.FaqSummary.Builder fileFormat(String fileFormat)
The file type used to create the FAQ.
fileFormat - The file type used to create the FAQ.FaqFileFormat,
FaqFileFormatFaqSummary.Builder fileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
fileFormat - The file type used to create the FAQ.FaqFileFormat,
FaqFileFormatFaqSummary.Builder languageCode(String languageCode)
The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
languageCode - The code for a language. This shows a supported language for the FAQ document as part of the summary
information for FAQs. English is supported by default. For more information on supported languages,
including their codes, see Adding documents in
languages other than English.Copyright © 2022. All rights reserved.