| 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<CreateGlossaryTermResponse> |
DataZoneAsyncClient.createGlossaryTerm(Consumer<CreateGlossaryTermRequest.Builder> createGlossaryTermRequest)
Creates a business glossary term.
|
default CreateGlossaryTermResponse |
DataZoneClient.createGlossaryTerm(Consumer<CreateGlossaryTermRequest.Builder> createGlossaryTermRequest)
Creates a business glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.builder() |
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.glossaryIdentifier(String glossaryIdentifier)
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.longDescription(String longDescription)
The long description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.name(String name)
The name of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.shortDescription(String shortDescription)
The short description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.status(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.status(String status)
The status of this business glossary term.
|
default CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.termRelations(TermRelations termRelations)
The term relations of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGlossaryTermRequest.Builder> |
CreateGlossaryTermRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.