Interface ProjectSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProjectSummary.Builder,,ProjectSummary> SdkBuilder<ProjectSummary.Builder,,ProjectSummary> SdkPojo
- Enclosing class:
 ProjectSummary
public static interface ProjectSummary.Builder
extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary> 
- 
Method Summary
Modifier 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.The identifier of a project.The name of a project.The timestamp of when the project was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
createdAt
The 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.
 
 - 
createdBy
The 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.
 
 - 
description
The 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.
 
 - 
domainId
The 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.
 
 - 
id
The 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.
 
 - 
name
The 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.
 
 - 
updatedAt
The 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.
 
 
 -