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