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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectInformation.Buildername(String name)The name of the project in the space.ProjectInformation.BuilderprojectId(String projectId)The system-generated unique ID of the project.-
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, sdkFields
-
-
-
-
Method Detail
-
name
ProjectInformation.Builder name(String 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
ProjectInformation.Builder projectId(String 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.
-
-