public static interface CreateGlossaryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlossaryRequest.Builder,CreateGlossaryRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryRequest.Builder |
description(String description)
The description of this business glossary.
|
CreateGlossaryRequest.Builder |
domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryRequest.Builder |
name(String name)
The name of this business glossary.
|
CreateGlossaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlossaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlossaryRequest.Builder |
owningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that currently owns business glossary.
|
CreateGlossaryRequest.Builder |
status(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryRequest.Builder |
status(String status)
The status of this business glossary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlossaryRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateGlossaryRequest.Builder description(String description)
The description of this business glossary.
description - The description of this business glossary.CreateGlossaryRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary is created.
domainIdentifier - The ID of the Amazon DataZone domain in which this business glossary is created.CreateGlossaryRequest.Builder name(String name)
The name of this business glossary.
name - The name of this business glossary.CreateGlossaryRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that currently owns business glossary.
owningProjectIdentifier - The ID of the project that currently owns business glossary.CreateGlossaryRequest.Builder status(String status)
The status of this business glossary.
status - The status of this business glossary.GlossaryStatus,
GlossaryStatusCreateGlossaryRequest.Builder status(GlossaryStatus status)
The status of this business glossary.
status - The status of this business glossary.GlossaryStatus,
GlossaryStatusCreateGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlossaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.