| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.builder() |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.glossaryId(String glossaryId)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.id(String id)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.longDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.name(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.shortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.status(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
default UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.Builder.termRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
UpdateGlossaryTermResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGlossaryTermResponse.Builder> |
UpdateGlossaryTermResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.