public static interface GetGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGlossaryResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when this business glossary was created.
|
GetGlossaryResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created this business glossary.
|
GetGlossaryResponse.Builder |
description(String description)
The description of the business glossary.
|
GetGlossaryResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
|
GetGlossaryResponse.Builder |
id(String id)
The ID of the business glossary.
|
GetGlossaryResponse.Builder |
name(String name)
The name of the business glossary.
|
GetGlossaryResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
|
GetGlossaryResponse.Builder |
status(GlossaryStatus status)
The status of the business glossary.
|
GetGlossaryResponse.Builder |
status(String status)
The status of the business glossary.
|
GetGlossaryResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the business glossary was updated.
|
GetGlossaryResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGlossaryResponse.Builder createdAt(Instant createdAt)
The timestamp of when this business glossary was created.
createdAt - The timestamp of when this business glossary was created.GetGlossaryResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this business glossary.
createdBy - The Amazon DataZone user who created this business glossary.GetGlossaryResponse.Builder description(String description)
The description of the business glossary.
description - The description of the business glossary.GetGlossaryResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
domainId - The ID of the Amazon DataZone domain in which this business glossary exists.GetGlossaryResponse.Builder id(String id)
The ID of the business glossary.
id - The ID of the business glossary.GetGlossaryResponse.Builder name(String name)
The name of the business glossary.
name - The name of the business glossary.GetGlossaryResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
owningProjectId - The ID of the project that owns this business glossary.GetGlossaryResponse.Builder status(String status)
The status of the business glossary.
status - The status of the business glossary.GlossaryStatus,
GlossaryStatusGetGlossaryResponse.Builder status(GlossaryStatus status)
The status of the business glossary.
status - The status of the business glossary.GlossaryStatus,
GlossaryStatusGetGlossaryResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the business glossary was updated.
updatedAt - The timestamp of when the business glossary was updated.GetGlossaryResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
updatedBy - The Amazon DataZone user who updated the business glossary.Copyright © 2023. All rights reserved.