| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.builder() |
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.description(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.id(String id)
The identifier of the business glossary that is to be updated.
|
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.name(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.owningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
|
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.Builder.status(String status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResponse.Builder |
UpdateGlossaryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGlossaryResponse.Builder> |
UpdateGlossaryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.