static CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.builder() |
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.domainId(String domainId) |
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.glossaryId(String glossaryId) |
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.id(String id) |
The ID of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.longDescription(String longDescription) |
The long description of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.name(String name) |
The name of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.shortDescription(String shortDescription) |
The short description of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.status(String status) |
The status of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.status(GlossaryTermStatus status) |
The status of this business glossary term.
|
default CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.termRelations(Consumer<TermRelations.Builder> termRelations) |
The term relations of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.Builder.termRelations(TermRelations termRelations) |
The term relations of this business glossary term.
|
CreateGlossaryTermResponse.Builder |
CreateGlossaryTermResponse.toBuilder() |
|