Interface GetProjectResponse.Builder

    • Method Detail

      • spaceName

        GetProjectResponse.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

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

        GetProjectResponse.Builder displayName​(String displayName)

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

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

        GetProjectResponse.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.