static GlossaryItem.Builder |
GlossaryItem.builder() |
|
GlossaryItem.Builder |
GlossaryItem.Builder.createdAt(Instant createdAt) |
The timestamp of when the glossary was created.
|
GlossaryItem.Builder |
GlossaryItem.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the glossary.
|
GlossaryItem.Builder |
GlossaryItem.Builder.description(String description) |
The business glossary description.
|
GlossaryItem.Builder |
GlossaryItem.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryItem.Builder |
GlossaryItem.Builder.id(String id) |
The identifier of the glossary.
|
GlossaryItem.Builder |
GlossaryItem.Builder.name(String name) |
The name of the glossary.
|
GlossaryItem.Builder |
GlossaryItem.Builder.owningProjectId(String owningProjectId) |
The identifier of the project that owns the business glosary.
|
GlossaryItem.Builder |
GlossaryItem.Builder.status(String status) |
The business glossary status.
|
GlossaryItem.Builder |
GlossaryItem.Builder.status(GlossaryStatus status) |
The business glossary status.
|
GlossaryItem.Builder |
GlossaryItem.toBuilder() |
|
GlossaryItem.Builder |
GlossaryItem.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the business glossary was updated.
|
GlossaryItem.Builder |
GlossaryItem.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who updated the business glossary.
|