| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateGlossaryResponse.Builder |
CreateGlossaryResponse.builder() |
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.description(String description)
The description of this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.id(String id)
The ID of this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.name(String name)
The name of this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.owningProjectId(String owningProjectId)
The ID of the project that currently owns this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.status(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.Builder.status(String status)
The status of this business glossary.
|
CreateGlossaryResponse.Builder |
CreateGlossaryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGlossaryResponse.Builder> |
CreateGlossaryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.