| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static GetProjectResponse.Builder |
GetProjectResponse.builder() |
GetProjectResponse.Builder |
GetProjectResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the project was created.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.description(String description)
The description of the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.domainId(String domainId)
The ID of the Amazon DataZone domain in which the project exists.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.id(String id)
>The ID of the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the project was last updated.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.name(String name)
The name of the project.
|
GetProjectResponse.Builder |
GetProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetProjectResponse.Builder> |
GetProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.