Interface ProjectSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProjectSummary.Builder,,- ProjectSummary> - SdkBuilder<ProjectSummary.Builder,,- ProjectSummary> - SdkPojo
- Enclosing class:
- ProjectSummary
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when a project was created.The Amazon DataZone user who created the project.description(String description) The description of a project.The identifier of a Amazon DataZone domain where the project exists.domainUnitId(String domainUnitId) The ID of the domain unit.failureReasons(Collection<ProjectDeletionError> failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.failureReasons(ProjectDeletionError... failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.The identifier of a project.The name of a project.projectStatus(String projectStatus) The status of the project.projectStatus(ProjectStatus projectStatus) The status of the project.The timestamp of when the project was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdAtThe timestamp of when a project was created. - Parameters:
- createdAt- The timestamp of when a project was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdByThe Amazon DataZone user who created the project. - Parameters:
- createdBy- The Amazon DataZone user who created the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of a project. - Parameters:
- description- The description of a project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdThe identifier of a Amazon DataZone domain where the project exists. - Parameters:
- domainId- The identifier of a Amazon DataZone domain where the project exists.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainUnitIdThe ID of the domain unit. - Parameters:
- domainUnitId- The ID of the domain unit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonsSpecifies the error message that is returned if the operation cannot be successfully completed. - Parameters:
- failureReasons- Specifies the error message that is returned if the operation cannot be successfully completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonsSpecifies the error message that is returned if the operation cannot be successfully completed. - Parameters:
- failureReasons- Specifies the error message that is returned if the operation cannot be successfully completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonsSpecifies the error message that is returned if the operation cannot be successfully completed. This is a convenience method that creates an instance of theProjectDeletionError.Builderavoiding the need to create one manually viaProjectDeletionError.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailureReasons(List<ProjectDeletionError>).- Parameters:
- failureReasons- a consumer that will call methods on- ProjectDeletionError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idThe identifier of a project. - Parameters:
- id- The identifier of a project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of a project. - Parameters:
- name- The name of a project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectStatusThe status of the project. - Parameters:
- projectStatus- The status of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectStatusThe status of the project. - Parameters:
- projectStatus- The status of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
updatedAtThe timestamp of when the project was updated. - Parameters:
- updatedAt- The timestamp of when the project was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-