public static interface UpdateGlossaryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateGlossaryRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryRequest.Builder |
identifier(String identifier)
The identifier of the business glossary to be updated.
|
UpdateGlossaryRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlossaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlossaryRequest.Builder |
status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest.Builder |
status(String status)
The status to be updated as part of the
UpdateGlossary action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGlossaryRequest.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.UpdateGlossaryRequest.Builder description(String description)
The description to be updated as part of the UpdateGlossary action.
description - The description to be updated as part of the UpdateGlossary action.UpdateGlossaryRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.UpdateGlossaryRequest.Builder identifier(String identifier)
The identifier of the business glossary to be updated.
identifier - The identifier of the business glossary to be updated.UpdateGlossaryRequest.Builder name(String name)
The name to be updated as part of the UpdateGlossary action.
name - The name to be updated as part of the UpdateGlossary action.UpdateGlossaryRequest.Builder status(String status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus,
GlossaryStatusUpdateGlossaryRequest.Builder status(GlossaryStatus status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus,
GlossaryStatusUpdateGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGlossaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.