| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
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(GlossaryStatus status)
The business glossary status.
|
GlossaryItem.Builder |
GlossaryItem.Builder.status(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GlossaryItem.Builder> |
GlossaryItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static SearchInventoryResultItem |
SearchInventoryResultItem.fromGlossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)
Create an instance of this class with
SearchInventoryResultItem.glossaryItem() initialized to the given value. |
default SearchInventoryResultItem.Builder |
SearchInventoryResultItem.Builder.glossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)
The glossary item included in the search results.
|
Copyright © 2023. All rights reserved.