| 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<CreateGlossaryResponse> |
DataZoneAsyncClient.createGlossary(Consumer<CreateGlossaryRequest.Builder> createGlossaryRequest)
Creates an Amazon DataZone business glossary.
|
default CreateGlossaryResponse |
DataZoneClient.createGlossary(Consumer<CreateGlossaryRequest.Builder> createGlossaryRequest)
Creates an Amazon DataZone business glossary.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGlossaryRequest.Builder |
CreateGlossaryRequest.builder() |
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.description(String description)
The description of this business glossary.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.name(String name)
The name of this business glossary.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.owningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that currently owns business glossary.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.status(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.Builder.status(String status)
The status of this business glossary.
|
CreateGlossaryRequest.Builder |
CreateGlossaryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGlossaryRequest.Builder> |
CreateGlossaryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.