Interface DescribeProjectResponse.Builder

    • Method Detail

      • name

        DescribeProjectResponse.Builder name​(String name)

        The display name for the project.

        Parameters:
        name - The display name for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DescribeProjectResponse.Builder id​(String id)

        The ID of the project.

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

        DescribeProjectResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the project.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeProjectResponse.Builder description​(String description)

        The description of the project, if any.

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

        DescribeProjectResponse.Builder clientRequestToken​(String clientRequestToken)

        A user- or system-generated token that identifies the entity that requested project creation.

        Parameters:
        clientRequestToken - A user- or system-generated token that identifies the entity that requested project creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimeStamp

        DescribeProjectResponse.Builder createdTimeStamp​(Instant createdTimeStamp)

        The date and time the project was created, in timestamp format.

        Parameters:
        createdTimeStamp - The date and time the project was created, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackId

        DescribeProjectResponse.Builder stackId​(String stackId)

        The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

        Parameters:
        stackId - The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectTemplateId

        DescribeProjectResponse.Builder projectTemplateId​(String projectTemplateId)

        The ID for the AWS CodeStar project template used to create the project.

        Parameters:
        projectTemplateId - The ID for the AWS CodeStar project template used to create the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeProjectResponse.Builder status​(ProjectStatus status)

        The project creation or deletion status.

        Parameters:
        status - The project creation or deletion status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.