public static interface ThesaurusSummary.Builder extends SdkPojo, CopyableBuilder<ThesaurusSummary.Builder,ThesaurusSummary>
| Modifier and Type | Method and Description |
|---|---|
ThesaurusSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the thesaurus was created.
|
ThesaurusSummary.Builder |
id(String id)
The identifier of the thesaurus.
|
ThesaurusSummary.Builder |
name(String name)
The name of the thesaurus.
|
ThesaurusSummary.Builder |
status(String status)
The status of the thesaurus.
|
ThesaurusSummary.Builder |
status(ThesaurusStatus status)
The status of the thesaurus.
|
ThesaurusSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the thesaurus was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThesaurusSummary.Builder id(String id)
The identifier of the thesaurus.
id - The identifier of the thesaurus.ThesaurusSummary.Builder name(String name)
The name of the thesaurus.
name - The name of the thesaurus.ThesaurusSummary.Builder status(String status)
The status of the thesaurus.
status - The status of the thesaurus.ThesaurusStatus,
ThesaurusStatusThesaurusSummary.Builder status(ThesaurusStatus status)
The status of the thesaurus.
status - The status of the thesaurus.ThesaurusStatus,
ThesaurusStatusThesaurusSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the thesaurus was created.
createdAt - The Unix timestamp when the thesaurus was created.ThesaurusSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the thesaurus was last updated.
updatedAt - The Unix timestamp when the thesaurus was last updated.Copyright © 2023. All rights reserved.