static CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.builder() |
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.glossaryIdentifier(String glossaryIdentifier) |
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.longDescription(String longDescription) |
The long description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.name(String name) |
The name of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.shortDescription(String shortDescription) |
The short description of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.status(String status) |
The status of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.status(GlossaryTermStatus status) |
The status of this business glossary term.
|
default CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.termRelations(Consumer<TermRelations.Builder> termRelations) |
The term relations of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.Builder.termRelations(TermRelations termRelations) |
The term relations of this business glossary term.
|
CreateGlossaryTermRequest.Builder |
CreateGlossaryTermRequest.toBuilder() |
|