Interface UpdateGlossaryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateGlossaryRequest.Builder,
,UpdateGlossaryRequest> DataZoneRequest.Builder
,SdkBuilder<UpdateGlossaryRequest.Builder,
,UpdateGlossaryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateGlossaryRequest
@Mutable
@NotThreadSafe
public static interface UpdateGlossaryRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.description
(String description) The description to be updated as part of theUpdateGlossary
action.domainIdentifier
(String domainIdentifier) The identifier of the Amazon DataZone domain in which a business glossary is to be updated.identifier
(String identifier) The identifier of the business glossary to be updated.The name to be updated as part of theUpdateGlossary
action.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status to be updated as part of theUpdateGlossary
action.status
(GlossaryStatus status) The status to be updated as part of theUpdateGlossary
action.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description to be updated as part of the
UpdateGlossary
action.- Parameters:
description
- The description to be updated as part of theUpdateGlossary
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
- Parameters:
domainIdentifier
- The identifier of the Amazon DataZone domain in which a business glossary is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the business glossary to be updated.
- Parameters:
identifier
- The identifier of the business glossary to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateGlossary
action.- Parameters:
name
- The name to be updated as part of theUpdateGlossary
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status to be updated as part of the
UpdateGlossary
action.- Parameters:
status
- The status to be updated as part of theUpdateGlossary
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status to be updated as part of the
UpdateGlossary
action.- Parameters:
status
- The status to be updated as part of theUpdateGlossary
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateGlossaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-