public static interface GlossaryTermItem.Builder extends SdkPojo, CopyableBuilder<GlossaryTermItem.Builder,GlossaryTermItem>
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermItem.Builder |
createdAt(Instant createdAt)
The timestamp of when a business glossary term was created.
|
GlossaryTermItem.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the business glossary.
|
GlossaryTermItem.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryTermItem.Builder |
glossaryId(String glossaryId)
The identifier of the business glossary to which the term belongs.
|
GlossaryTermItem.Builder |
id(String id)
The identifier of the business glossary term.
|
GlossaryTermItem.Builder |
longDescription(String longDescription)
The long description of the business glossary term.
|
GlossaryTermItem.Builder |
name(String name)
The name of the business glossary term.
|
GlossaryTermItem.Builder |
shortDescription(String shortDescription)
The short description of the business glossary term.
|
GlossaryTermItem.Builder |
status(GlossaryTermStatus status)
The status of the business glossary term.
|
GlossaryTermItem.Builder |
status(String status)
The status of the business glossary term.
|
default GlossaryTermItem.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The relations of the business glossary term.
|
GlossaryTermItem.Builder |
termRelations(TermRelations termRelations)
The relations of the business glossary term.
|
GlossaryTermItem.Builder |
updatedAt(Instant updatedAt)
The timestamp of when a business glossary term was updated.
|
GlossaryTermItem.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlossaryTermItem.Builder createdAt(Instant createdAt)
The timestamp of when a business glossary term was created.
createdAt - The timestamp of when a business glossary term was created.GlossaryTermItem.Builder createdBy(String createdBy)
The Amazon DataZone user who created the business glossary.
createdBy - The Amazon DataZone user who created the business glossary.GlossaryTermItem.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.GlossaryTermItem.Builder glossaryId(String glossaryId)
The identifier of the business glossary to which the term belongs.
glossaryId - The identifier of the business glossary to which the term belongs.GlossaryTermItem.Builder id(String id)
The identifier of the business glossary term.
id - The identifier of the business glossary term.GlossaryTermItem.Builder longDescription(String longDescription)
The long description of the business glossary term.
longDescription - The long description of the business glossary term.GlossaryTermItem.Builder name(String name)
The name of the business glossary term.
name - The name of the business glossary term.GlossaryTermItem.Builder shortDescription(String shortDescription)
The short description of the business glossary term.
shortDescription - The short description of the business glossary term.GlossaryTermItem.Builder status(String status)
The status of the business glossary term.
status - The status of the business glossary term.GlossaryTermStatus,
GlossaryTermStatusGlossaryTermItem.Builder status(GlossaryTermStatus status)
The status of the business glossary term.
status - The status of the business glossary term.GlossaryTermStatus,
GlossaryTermStatusGlossaryTermItem.Builder termRelations(TermRelations termRelations)
The relations of the business glossary term.
termRelations - The relations of the business glossary term.default GlossaryTermItem.Builder termRelations(Consumer<TermRelations.Builder> termRelations)
The relations of the business glossary term.
This is a convenience method that creates an instance of theTermRelations.Builder avoiding the need
to create one manually via TermRelations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to termRelations(TermRelations).
termRelations - a consumer that will call methods on TermRelations.BuildertermRelations(TermRelations)GlossaryTermItem.Builder updatedAt(Instant updatedAt)
The timestamp of when a business glossary term was updated.
updatedAt - The timestamp of when a business glossary term was updated.GlossaryTermItem.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
updatedBy - The Amazon DataZone user who updated the business glossary term.Copyright © 2023. All rights reserved.