Interface ProjectInformation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProjectInformation.Builder,,ProjectInformation> SdkBuilder<ProjectInformation.Builder,,ProjectInformation> SdkPojo
- Enclosing class:
 ProjectInformation
public static interface ProjectInformation.Builder
extends SdkPojo, CopyableBuilder<ProjectInformation.Builder,ProjectInformation> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 - 
projectId
The 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.
 
 
 -