static ProjectSummary.Builder |
ProjectSummary.builder() |
|
ProjectSummary.Builder |
ProjectSummary.Builder.createdAt(Instant createdAt) |
The timestamp of when a project was created.
|
ProjectSummary.Builder |
ProjectSummary.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.description(String description) |
The description of a project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.domainId(String domainId) |
The identifier of a Amazon DataZone domain where the project exists.
|
ProjectSummary.Builder |
ProjectSummary.Builder.failureReasons(Collection<ProjectDeletionError> failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary.Builder |
ProjectSummary.Builder.failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary.Builder |
ProjectSummary.Builder.failureReasons(ProjectDeletionError... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary.Builder |
ProjectSummary.Builder.id(String id) |
The identifier of a project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.name(String name) |
The name of a project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.projectStatus(String projectStatus) |
The status of the project.
|
ProjectSummary.Builder |
ProjectSummary.Builder.projectStatus(ProjectStatus projectStatus) |
The status of the project.
|
ProjectSummary.Builder |
ProjectSummary.toBuilder() |
|
ProjectSummary.Builder |
ProjectSummary.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the project was updated.
|