public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
creationTime(Instant creationTime)
The time that the project was created.
|
ProjectSummary.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectSummary.Builder |
projectDescription(String projectDescription)
The description of the project.
|
ProjectSummary.Builder |
projectId(String projectId)
The ID of the project.
|
ProjectSummary.Builder |
projectName(String projectName)
The name of the project.
|
ProjectSummary.Builder |
projectStatus(ProjectStatus projectStatus)
The status of the project.
|
ProjectSummary.Builder |
projectStatus(String projectStatus)
The status of the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.ProjectSummary.Builder projectDescription(String projectDescription)
The description of the project.
projectDescription - The description of the project.ProjectSummary.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.ProjectSummary.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.ProjectSummary.Builder creationTime(Instant creationTime)
The time that the project was created.
creationTime - The time that the project was created.ProjectSummary.Builder projectStatus(String projectStatus)
The status of the project.
projectStatus - The status of the project.ProjectStatus,
ProjectStatusProjectSummary.Builder projectStatus(ProjectStatus projectStatus)
The status of the project.
projectStatus - The status of the project.ProjectStatus,
ProjectStatusCopyright © 2020. All rights reserved.