Interface CreateGlossaryTermRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateGlossaryTermRequest.Builder,
,CreateGlossaryTermRequest> DataZoneRequest.Builder
,SdkBuilder<CreateGlossaryTermRequest.Builder,
,CreateGlossaryTermRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateGlossaryTermRequest
@Mutable
@NotThreadSafe
public static interface CreateGlossaryTermRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlossaryTermRequest.Builder,CreateGlossaryTermRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.domainIdentifier
(String domainIdentifier) The ID of the Amazon DataZone domain in which this business glossary term is created.glossaryIdentifier
(String glossaryIdentifier) The ID of the business glossary in which this term is created.longDescription
(String longDescription) The long description of this business glossary term.The name of this business glossary term.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.shortDescription
(String shortDescription) The short description of this business glossary term.The status of this business glossary term.status
(GlossaryTermStatus status) The status of this business glossary term.termRelations
(Consumer<TermRelations.Builder> termRelations) The term relations of this business glossary term.termRelations
(TermRelations termRelations) The term relations of this business glossary term.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.
-
domainIdentifier
The ID of the Amazon DataZone domain in which this business glossary term is created.
- Parameters:
domainIdentifier
- The ID of the Amazon DataZone domain in which this business glossary term is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryIdentifier
The ID of the business glossary in which this term is created.
- Parameters:
glossaryIdentifier
- The ID of the business glossary in which this term is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longDescription
The long description of this business glossary term.
- Parameters:
longDescription
- The long description of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of this business glossary term.
- Parameters:
name
- The name of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortDescription
The short description of this business glossary term.
- Parameters:
shortDescription
- The short description of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of this business glossary term.
- Parameters:
status
- The status of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of this business glossary term.
- Parameters:
status
- The status of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
termRelations
The term relations of this business glossary term.
- Parameters:
termRelations
- The term relations of this business glossary term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
termRelations
default CreateGlossaryTermRequest.Builder termRelations(Consumer<TermRelations.Builder> termRelations) The term relations of this business glossary term.
This is a convenience method that creates an instance of theTermRelations.Builder
avoiding the need to create one manually viaTermRelations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totermRelations(TermRelations)
.- Parameters:
termRelations
- a consumer that will call methods onTermRelations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateGlossaryTermRequest.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
CreateGlossaryTermRequest.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.
-