Interface UpdateGlossaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGlossaryRequest
public static interface UpdateGlossaryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryRequest.Builder,UpdateGlossaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGlossaryRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.UpdateGlossaryRequest.Builderdescription(String description)The description to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which a business glossary is to be updated.UpdateGlossaryRequest.Builderidentifier(String identifier)The identifier of the business glossary to be updated.UpdateGlossaryRequest.Buildername(String name)The name to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGlossaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGlossaryRequest.Builderstatus(String status)The status to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.Builderstatus(GlossaryStatus status)The status to be updated as part of theUpdateGlossaryaction.-
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, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateGlossaryRequest.Builder clientToken(String 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
UpdateGlossaryRequest.Builder description(String description)
The description to be updated as part of the
UpdateGlossaryaction.- Parameters:
description- The description to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateGlossaryRequest.Builder domainIdentifier(String 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
UpdateGlossaryRequest.Builder identifier(String 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
UpdateGlossaryRequest.Builder name(String name)
The name to be updated as part of the
UpdateGlossaryaction.- Parameters:
name- The name to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateGlossaryRequest.Builder status(String status)
The status to be updated as part of the
UpdateGlossaryaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
status
UpdateGlossaryRequest.Builder status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossaryaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
overrideConfiguration
UpdateGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGlossaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-