public static interface CreateGlossaryTermResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateGlossaryTermResponse.Builder,CreateGlossaryTermResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryTermResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermResponse.Builder |
glossaryId(String glossaryId)
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermResponse.Builder |
id(String id)
The ID of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
longDescription(String longDescription)
The long description of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
name(String name)
The name of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
shortDescription(String shortDescription)
The short description of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
status(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
status(String status)
The status of this business glossary term.
|
default CreateGlossaryTermResponse.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
termRelations(TermRelations termRelations)
The term relations of this business glossary term.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlossaryTermResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term is created.
domainId - The ID of the Amazon DataZone domain in which this business glossary term is created.CreateGlossaryTermResponse.Builder glossaryId(String glossaryId)
The ID of the business glossary in which this term is created.
glossaryId - The ID of the business glossary in which this term is created.CreateGlossaryTermResponse.Builder id(String id)
The ID of this business glossary term.
id - The ID of this business glossary term.CreateGlossaryTermResponse.Builder longDescription(String longDescription)
The long description of this business glossary term.
longDescription - The long description of this business glossary term.CreateGlossaryTermResponse.Builder name(String name)
The name of this business glossary term.
name - The name of this business glossary term.CreateGlossaryTermResponse.Builder shortDescription(String shortDescription)
The short description of this business glossary term.
shortDescription - The short description of this business glossary term.CreateGlossaryTermResponse.Builder status(String status)
The status of this business glossary term.
status - The status of this business glossary term.GlossaryTermStatus,
GlossaryTermStatusCreateGlossaryTermResponse.Builder status(GlossaryTermStatus status)
The status of this business glossary term.
status - The status of this business glossary term.GlossaryTermStatus,
GlossaryTermStatusCreateGlossaryTermResponse.Builder termRelations(TermRelations termRelations)
The term relations of this business glossary term.
termRelations - The term relations of this business glossary term.default CreateGlossaryTermResponse.Builder termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations of this 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)Copyright © 2023. All rights reserved.