static UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.builder() |
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.domainIdentifier(String domainIdentifier) |
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.glossaryIdentifier(String glossaryIdentifier) |
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.identifier(String identifier) |
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.longDescription(String longDescription) |
The long description to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.name(String name) |
The name to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.shortDescription(String shortDescription) |
The short description to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.status(String status) |
The status to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.status(GlossaryTermStatus status) |
The status to be updated as part of the UpdateGlossaryTerm action.
|
default UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.termRelations(Consumer<TermRelations.Builder> termRelations) |
The term relations to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.termRelations(TermRelations termRelations) |
The term relations to be updated as part of the UpdateGlossaryTerm action.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.toBuilder() |
|