public static interface ProjectSummary.Builder extends CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
name(String name)
Name of the project.
|
ProjectSummary.Builder |
projectId(String projectId)
Unique project identifier.
|
copyapply, buildProjectSummary.Builder name(String name)
Name of the project.
name - Name of the project.ProjectSummary.Builder projectId(String projectId)
Unique project identifier.
projectId - Unique project identifier.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.