public static interface CreateGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateGlossaryResponse.Builder,CreateGlossaryResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryResponse.Builder |
description(String description)
The description of this business glossary.
|
CreateGlossaryResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryResponse.Builder |
id(String id)
The ID of this business glossary.
|
CreateGlossaryResponse.Builder |
name(String name)
The name of this business glossary.
|
CreateGlossaryResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the project that currently owns this business glossary.
|
CreateGlossaryResponse.Builder |
status(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryResponse.Builder |
status(String status)
The status of this business glossary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlossaryResponse.Builder description(String description)
The description of this business glossary.
description - The description of this business glossary.CreateGlossaryResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary is created.
domainId - The ID of the Amazon DataZone domain in which this business glossary is created.CreateGlossaryResponse.Builder id(String id)
The ID of this business glossary.
id - The ID of this business glossary.CreateGlossaryResponse.Builder name(String name)
The name of this business glossary.
name - The name of this business glossary.CreateGlossaryResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that currently owns this business glossary.
owningProjectId - The ID of the project that currently owns this business glossary.CreateGlossaryResponse.Builder status(String status)
The status of this business glossary.
status - The status of this business glossary.GlossaryStatus,
GlossaryStatusCreateGlossaryResponse.Builder status(GlossaryStatus status)
The status of this business glossary.
status - The status of this business glossary.GlossaryStatus,
GlossaryStatusCopyright © 2023. All rights reserved.