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