| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateGlossaryResponse> |
DataZoneAsyncClient.updateGlossary(Consumer<UpdateGlossaryRequest.Builder> updateGlossaryRequest)
Updates the business glossary in Amazon DataZone.
|
default UpdateGlossaryResponse |
DataZoneClient.updateGlossary(Consumer<UpdateGlossaryRequest.Builder> updateGlossaryRequest)
Updates the business glossary in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.builder() |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.description(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.identifier(String identifier)
The identifier of the business glossary to be updated.
|
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.name(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.Builder.status(String status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
UpdateGlossaryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGlossaryRequest.Builder> |
UpdateGlossaryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.