public static interface UpdateGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryResponse.Builder |
description(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryResponse.Builder |
id(String id)
The identifier of the business glossary that is to be updated.
|
UpdateGlossaryResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
owningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
|
UpdateGlossaryResponse.Builder |
status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
status(String status)
The status to be updated as part of the
UpdateGlossary action. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGlossaryResponse.Builder description(String description)
The description to be updated as part of the UpdateGlossary action.
description - The description to be updated as part of the UpdateGlossary action.UpdateGlossaryResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.UpdateGlossaryResponse.Builder id(String id)
The identifier of the business glossary that is to be updated.
id - The identifier of the business glossary that is to be updated.UpdateGlossaryResponse.Builder name(String name)
The name to be updated as part of the UpdateGlossary action.
name - The name to be updated as part of the UpdateGlossary action.UpdateGlossaryResponse.Builder owningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
owningProjectId - The identifier of the project in which to update a business glossary.UpdateGlossaryResponse.Builder status(String status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus,
GlossaryStatusUpdateGlossaryResponse.Builder status(GlossaryStatus status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus,
GlossaryStatusCopyright © 2023. All rights reserved.