public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
description(String description)
The description of the project.
|
ProjectSummary.Builder |
displayName(String displayName)
The friendly name displayed to users of the project in Amazon CodeCatalyst.
|
ProjectSummary.Builder |
name(String name)
The name of the project in the space.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder name(String name)
The name of the project in the space.
name - The name of the project in the space.ProjectSummary.Builder displayName(String displayName)
The friendly name displayed to users of the project in Amazon CodeCatalyst.
displayName - The friendly name displayed to users of the project in Amazon CodeCatalyst.ProjectSummary.Builder description(String description)
The description of the project.
description - The description of the project.Copyright © 2022. All rights reserved.