public static interface UpdateGlossaryTermResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryTermResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermResponse.Builder |
glossaryId(String glossaryId)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermResponse.Builder |
id(String id)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermResponse.Builder |
longDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
shortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
status(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
default UpdateGlossaryTermResponse.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermResponse.Builder |
termRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGlossaryTermResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.UpdateGlossaryTermResponse.Builder glossaryId(String glossaryId)
The identifier of the business glossary in which a term is to be updated.
glossaryId - The identifier of the business glossary in which a term is to be updated.UpdateGlossaryTermResponse.Builder id(String id)
The identifier of the business glossary term that is to be updated.
id - The identifier of the business glossary term that is to be updated.UpdateGlossaryTermResponse.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.UpdateGlossaryTermResponse.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.UpdateGlossaryTermResponse.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.UpdateGlossaryTermResponse.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,
GlossaryTermStatusUpdateGlossaryTermResponse.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,
GlossaryTermStatusUpdateGlossaryTermResponse.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 UpdateGlossaryTermResponse.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)Copyright © 2023. All rights reserved.