public static interface CreateGlossaryTermRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlossaryTermRequest.Builder,CreateGlossaryTermRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryTermRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryTermRequest.Builder |
domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermRequest.Builder |
glossaryIdentifier(String glossaryIdentifier)
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermRequest.Builder |
longDescription(String longDescription)
The long description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
name(String name)
The name of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlossaryTermRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlossaryTermRequest.Builder |
shortDescription(String shortDescription)
The short description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
status(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
status(String status)
The status of this business glossary term.
|
default CreateGlossaryTermRequest.Builder |
termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
termRelations(TermRelations termRelations)
The term relations of this business glossary term.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlossaryTermRequest.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.CreateGlossaryTermRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term is created.
domainIdentifier - The ID of the Amazon DataZone domain in which this business glossary term is created.CreateGlossaryTermRequest.Builder glossaryIdentifier(String glossaryIdentifier)
The ID of the business glossary in which this term is created.
glossaryIdentifier - The ID of the business glossary in which this term is created.CreateGlossaryTermRequest.Builder longDescription(String longDescription)
The long description of this business glossary term.
longDescription - The long description of this business glossary term.CreateGlossaryTermRequest.Builder name(String name)
The name of this business glossary term.
name - The name of this business glossary term.CreateGlossaryTermRequest.Builder shortDescription(String shortDescription)
The short description of this business glossary term.
shortDescription - The short description of this business glossary term.CreateGlossaryTermRequest.Builder status(String status)
The status of this business glossary term.
status - The status of this business glossary term.GlossaryTermStatus,
GlossaryTermStatusCreateGlossaryTermRequest.Builder status(GlossaryTermStatus status)
The status of this business glossary term.
status - The status of this business glossary term.GlossaryTermStatus,
GlossaryTermStatusCreateGlossaryTermRequest.Builder termRelations(TermRelations termRelations)
The term relations of this business glossary term.
termRelations - The term relations of this business glossary term.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 via TermRelations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to termRelations(TermRelations).
termRelations - a consumer that will call methods on TermRelations.BuildertermRelations(TermRelations)CreateGlossaryTermRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlossaryTermRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.