public static interface FaqSummary.Builder extends SdkPojo, CopyableBuilder<FaqSummary.Builder,FaqSummary>
| Modifier and Type | Method and Description |
|---|---|
FaqSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the FAQ was created.
|
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 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 timestamp when the FAQ was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaqSummary.Builder id(String id)
The identifier of the FAQ.
id - The 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 timestamp when the FAQ was created.
createdAt - The Unix timestamp when the FAQ was created.FaqSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the FAQ was last updated.
updatedAt - The Unix timestamp when 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 © 2023. All rights reserved.