public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
createdDate(Instant createdDate)
The date when the project was originally created, in UNIX epoch time format.
|
ProjectSummary.Builder |
projectName(String projectName)
The name of the project being summarized.
|
ProjectSummary.Builder |
updatedDate(Instant updatedDate)
The date when the project was last updated, in UNIX epoch time format.
|
copyapplyMutation, buildProjectSummary.Builder projectName(String projectName)
The name of the project being summarized.
projectName - The name of the project being summarized.ProjectSummary.Builder createdDate(Instant createdDate)
The date when the project was originally created, in UNIX epoch time format.
createdDate - The date when the project was originally created, in UNIX epoch time format.ProjectSummary.Builder updatedDate(Instant updatedDate)
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then
createdDate and updatedDate are the same.
updatedDate - The date when the project was last updated, in UNIX epoch time format. If the project was not updated,
then createdDate and updatedDate are the same.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.