public static interface UpdateGlossaryTermRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryTermRequest.Builder,UpdateGlossaryTermRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryTermRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
glossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
identifier(String identifier)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermRequest.Builder |
longDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlossaryTermRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlossaryTermRequest.Builder |
shortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
status(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
default UpdateGlossaryTermRequest.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
termRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGlossaryTermRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.UpdateGlossaryTermRequest.Builder glossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
glossaryIdentifier - The identifier of the business glossary in which a term is to be updated.UpdateGlossaryTermRequest.Builder identifier(String identifier)
The identifier of the business glossary term that is to be updated.
identifier - The identifier of the business glossary term that is to be updated.UpdateGlossaryTermRequest.Builder longDescription(String longDescription)
The long description to be updated as part of the UpdateGlossaryTerm action.
longDescription - The long description to be updated as part of the UpdateGlossaryTerm action.UpdateGlossaryTermRequest.Builder name(String name)
The name to be updated as part of the UpdateGlossaryTerm action.
name - The name to be updated as part of the UpdateGlossaryTerm action.UpdateGlossaryTermRequest.Builder shortDescription(String shortDescription)
The short description to be updated as part of the UpdateGlossaryTerm action.
shortDescription - The short description to be updated as part of the UpdateGlossaryTerm action.UpdateGlossaryTermRequest.Builder status(String status)
The status to be updated as part of the UpdateGlossaryTerm action.
status - The status to be updated as part of the UpdateGlossaryTerm action.GlossaryTermStatus,
GlossaryTermStatusUpdateGlossaryTermRequest.Builder status(GlossaryTermStatus status)
The status to be updated as part of the UpdateGlossaryTerm action.
status - The status to be updated as part of the UpdateGlossaryTerm action.GlossaryTermStatus,
GlossaryTermStatusUpdateGlossaryTermRequest.Builder termRelations(TermRelations termRelations)
The term relations to be updated as part of the UpdateGlossaryTerm action.
termRelations - The term relations to be updated as part of the UpdateGlossaryTerm action.default UpdateGlossaryTermRequest.Builder termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations to be updated as part of the UpdateGlossaryTerm action.
TermRelations.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)UpdateGlossaryTermRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGlossaryTermRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.