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 TypeMethodDescriptioncreationDate
(Instant creationDate) The date the project was created, in Unix epoch time.description
(String description) The project's description.The ID of the project.lastUpdateDate
(Instant lastUpdateDate) The date the project was last updated, in Unix epoch time.The name of the project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The ID of the project.
- Parameters:
id
- The ID of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the project.
- Parameters:
name
- The name of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The project's description.
- Parameters:
description
- The project's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date the project was created, in Unix epoch time.
- Parameters:
creationDate
- The date the project was created, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateDate
The date the project was last updated, in Unix epoch time.
- Parameters:
lastUpdateDate
- The date the project was last updated, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-