Interface ProjectInformation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProjectInformation.Builder,,- ProjectInformation> - SdkBuilder<ProjectInformation.Builder,,- ProjectInformation> - SdkPojo
- Enclosing class:
- ProjectInformation
@Mutable
@NotThreadSafe
public static interface ProjectInformation.Builder
extends SdkPojo, CopyableBuilder<ProjectInformation.Builder,ProjectInformation> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the project in the space.The system-generated unique ID of the project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
projectIdThe system-generated unique ID of the project. - Parameters:
- projectId- The system-generated unique ID of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-