Interface ProjectSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectSummary.Builder,,ProjectSummary> SdkBuilder<ProjectSummary.Builder,,ProjectSummary> SdkPojo
- Enclosing class:
ProjectSummary
public static interface ProjectSummary.Builder
extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
-
Method Summary
Modifier and TypeMethodDescriptionprojectArn(String projectArn) The Amazon Resource Name (ARN) of the project.The 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, sdkFields
-
Method Details
-
projectId
The ID of the project.
- Parameters:
projectId- The ID of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectArn
The Amazon Resource Name (ARN) of the project.
- Parameters:
projectArn- The Amazon Resource Name (ARN) of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-