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