public static interface GetGlossaryTermResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetGlossaryTermResponse.Builder,GetGlossaryTermResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGlossaryTermResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the business glossary term was created.
|
GetGlossaryTermResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the business glossary.
|
GetGlossaryTermResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
GetGlossaryTermResponse.Builder |
glossaryId(String glossaryId)
The ID of the business glossary to which this term belongs.
|
GetGlossaryTermResponse.Builder |
id(String id)
The ID of the business glossary term.
|
GetGlossaryTermResponse.Builder |
longDescription(String longDescription)
The long description of the business glossary term.
|
GetGlossaryTermResponse.Builder |
name(String name)
The name of the business glossary term.
|
GetGlossaryTermResponse.Builder |
shortDescription(String shortDescription)
The short decription of the business glossary term.
|
GetGlossaryTermResponse.Builder |
status(GlossaryTermStatus status)
The status of the business glossary term.
|
GetGlossaryTermResponse.Builder |
status(String status)
The status of the business glossary term.
|
default GetGlossaryTermResponse.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The relations of the business glossary term.
|
GetGlossaryTermResponse.Builder |
termRelations(TermRelations termRelations)
The relations of the business glossary term.
|
GetGlossaryTermResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the business glossary term was updated.
|
GetGlossaryTermResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGlossaryTermResponse.Builder createdAt(Instant createdAt)
The timestamp of when the business glossary term was created.
createdAt - The timestamp of when the business glossary term was created.GetGlossaryTermResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the business glossary.
createdBy - The Amazon DataZone user who created the business glossary.GetGlossaryTermResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term exists.
domainId - The ID of the Amazon DataZone domain in which this business glossary term exists.GetGlossaryTermResponse.Builder glossaryId(String glossaryId)
The ID of the business glossary to which this term belongs.
glossaryId - The ID of the business glossary to which this term belongs.GetGlossaryTermResponse.Builder id(String id)
The ID of the business glossary term.
id - The ID of the business glossary term.GetGlossaryTermResponse.Builder longDescription(String longDescription)
The long description of the business glossary term.
longDescription - The long description of the business glossary term.GetGlossaryTermResponse.Builder name(String name)
The name of the business glossary term.
name - The name of the business glossary term.GetGlossaryTermResponse.Builder shortDescription(String shortDescription)
The short decription of the business glossary term.
shortDescription - The short decription of the business glossary term.GetGlossaryTermResponse.Builder status(String status)
The status of the business glossary term.
status - The status of the business glossary term.GlossaryTermStatus,
GlossaryTermStatusGetGlossaryTermResponse.Builder status(GlossaryTermStatus status)
The status of the business glossary term.
status - The status of the business glossary term.GlossaryTermStatus,
GlossaryTermStatusGetGlossaryTermResponse.Builder termRelations(TermRelations termRelations)
The relations of the business glossary term.
termRelations - The relations of the business glossary term.default GetGlossaryTermResponse.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)GetGlossaryTermResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the business glossary term was updated.
updatedAt - The timestamp of when the business glossary term was updated.GetGlossaryTermResponse.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.