| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.builder() |
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the business glossary term was created.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the business glossary.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.glossaryId(String glossaryId)
The ID of the business glossary to which this term belongs.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.id(String id)
The ID of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.longDescription(String longDescription)
The long description of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.name(String name)
The name of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.shortDescription(String shortDescription)
The short decription of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.status(GlossaryTermStatus status)
The status of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.status(String status)
The status of the business glossary term.
|
default GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.termRelations(Consumer<TermRelations.Builder> termRelations)
The relations of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.termRelations(TermRelations termRelations)
The relations of the business glossary term.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.toBuilder() |
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.updatedAt(Instant updatedAt)
The timestamp of when the business glossary term was updated.
|
GetGlossaryTermResponse.Builder |
GetGlossaryTermResponse.Builder.updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGlossaryTermResponse.Builder> |
GetGlossaryTermResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.