public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
arn(String arn)
The ARN of the project.
|
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 |
tags(Map<String,String> tags)
The tags (metadata key/value pairs) associated with the project.
|
ProjectSummary.Builder |
updatedDate(Instant updatedDate)
The date when the project was last updated, in UNIX epoch time format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder arn(String arn)
The ARN of the project.
arn - The ARN of the project.ProjectSummary.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.ProjectSummary.Builder tags(Map<String,String> tags)
The tags (metadata key/value pairs) associated with the project.
tags - The tags (metadata key/value pairs) associated with the project.Copyright © 2023. All rights reserved.