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.failureReasons(Collection<ProjectDeletionError> failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.failureReasons(ProjectDeletionError... failureReasons) |
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.glossaryTerms(String... glossaryTerms) |
The business glossary terms that can be used in the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.glossaryTerms(Collection<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.Builder.projectStatus(String projectStatus) |
The status of the project.
|
GetProjectResponse.Builder |
GetProjectResponse.Builder.projectStatus(ProjectStatus projectStatus) |
The status of the project.
|
GetProjectResponse.Builder |
GetProjectResponse.toBuilder() |
|