public static interface GlossaryItem.Builder extends SdkPojo, CopyableBuilder<GlossaryItem.Builder,GlossaryItem>
| Modifier and Type | Method and Description |
|---|---|
GlossaryItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the glossary was created.
|
GlossaryItem.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the glossary.
|
GlossaryItem.Builder |
description(String description)
The business glossary description.
|
GlossaryItem.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryItem.Builder |
id(String id)
The identifier of the glossary.
|
GlossaryItem.Builder |
name(String name)
The name of the glossary.
|
GlossaryItem.Builder |
owningProjectId(String owningProjectId)
The identifier of the project that owns the business glosary.
|
GlossaryItem.Builder |
status(GlossaryStatus status)
The business glossary status.
|
GlossaryItem.Builder |
status(String status)
The business glossary status.
|
GlossaryItem.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the business glossary was updated.
|
GlossaryItem.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlossaryItem.Builder createdAt(Instant createdAt)
The timestamp of when the glossary was created.
createdAt - The timestamp of when the glossary was created.GlossaryItem.Builder createdBy(String createdBy)
The Amazon DataZone user who created the glossary.
createdBy - The Amazon DataZone user who created the glossary.GlossaryItem.Builder description(String description)
The business glossary description.
description - The business glossary description.GlossaryItem.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
domainId - The identifier of the Amazon DataZone domain in which the business glossary exists.GlossaryItem.Builder id(String id)
The identifier of the glossary.
id - The identifier of the glossary.GlossaryItem.Builder name(String name)
The name of the glossary.
name - The name of the glossary.GlossaryItem.Builder owningProjectId(String owningProjectId)
The identifier of the project that owns the business glosary.
owningProjectId - The identifier of the project that owns the business glosary.GlossaryItem.Builder status(String status)
The business glossary status.
status - The business glossary status.GlossaryStatus,
GlossaryStatusGlossaryItem.Builder status(GlossaryStatus status)
The business glossary status.
status - The business glossary status.GlossaryStatus,
GlossaryStatusGlossaryItem.Builder updatedAt(Instant updatedAt)
The timestamp of when the business glossary was updated.
updatedAt - The timestamp of when the business glossary was updated.GlossaryItem.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
updatedBy - The Amazon DataZone user who updated the business glossary.Copyright © 2023. All rights reserved.