public static interface ProjectSummary.Builder extends CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectSummary.Builder |
projectId(String projectId)
The ID of the project.
|
copyapply, buildProjectSummary.Builder projectId(String projectId)
The ID of the project.
projectId - The ID 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.