Interface ProjectSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProjectSummary.Builder,
,ProjectSummary> SdkBuilder<ProjectSummary.Builder,
,ProjectSummary> SdkPojo
- Enclosing class:
ProjectSummary
@Mutable
@NotThreadSafe
public static interface ProjectSummary.Builder
extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the project.displayName
(String displayName) The friendly name displayed to users of the project in Amazon CodeCatalyst.The name of the project in the space.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the project in the space.
- Parameters:
name
- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The friendly name displayed to users of the project in Amazon CodeCatalyst.
- Parameters:
displayName
- The friendly name displayed to users of the project in Amazon CodeCatalyst.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the project.
- Parameters:
description
- The description of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-