static GlossaryTermItem.Builder |
GlossaryTermItem.builder() |
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.createdAt(Instant createdAt) |
The timestamp of when a business glossary term was created.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the business glossary.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.glossaryId(String glossaryId) |
The identifier of the business glossary to which the term belongs.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.id(String id) |
The identifier of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.longDescription(String longDescription) |
The long description of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.name(String name) |
The name of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.shortDescription(String shortDescription) |
The short description of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.status(String status) |
The status of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.status(GlossaryTermStatus status) |
The status of the business glossary term.
|
default GlossaryTermItem.Builder |
GlossaryTermItem.Builder.termRelations(Consumer<TermRelations.Builder> termRelations) |
The relations of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.termRelations(TermRelations termRelations) |
The relations of the business glossary term.
|
GlossaryTermItem.Builder |
GlossaryTermItem.toBuilder() |
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.updatedAt(Instant updatedAt) |
The timestamp of when a business glossary term was updated.
|
GlossaryTermItem.Builder |
GlossaryTermItem.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who updated the business glossary term.
|