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 Details

    • projectId

      ProjectSummary.Builder projectId(String 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

      ProjectSummary.Builder projectArn(String 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.