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.domainUnitId(String domainUnitId) |
The ID of the domain unit.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.failureReasons(Collection<ProjectDeletionError> failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.failureReasons(ProjectDeletionError... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.glossaryTerms(String... glossaryTerms) |
The glossary terms of the project that are to be updated.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.glossaryTerms(Collection<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.Builder.projectStatus(String projectStatus) |
The status of the project.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.projectStatus(ProjectStatus projectStatus) |
The status of the project.
|
UpdateProjectResponse.Builder |
UpdateProjectResponse.toBuilder() |
|