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 |
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,
FaqFileFormatCopyright © 2021. All rights reserved.