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