Interface ProjectSummary.Builder

  • 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.
    • displayName

      ProjectSummary.Builder displayName(String displayName)

      The friendly name displayed to users of the project in Amazon CodeCatalyst.

      Parameters:
      displayName - The friendly name displayed to users of the project in Amazon CodeCatalyst.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ProjectSummary.Builder description(String description)

      The description of the project.

      Parameters:
      description - The description of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.