Interface DescribeProjectResponse.Builder

    • Method Detail

      • projectId

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

        DescribeProjectResponse.Builder projectArn​(String projectArn)

        The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

        Parameters:
        projectArn - The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        DescribeProjectResponse.Builder projectName​(String projectName)

        The name of the project.

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

        DescribeProjectResponse.Builder portalId​(String portalId)

        The ID of the portal that the project is in.

        Parameters:
        portalId - The ID of the portal that the project is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectDescription

        DescribeProjectResponse.Builder projectDescription​(String projectDescription)

        The project's description.

        Parameters:
        projectDescription - The project's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectCreationDate

        DescribeProjectResponse.Builder projectCreationDate​(Instant projectCreationDate)

        The date the project was created, in Unix epoch time.

        Parameters:
        projectCreationDate - The date the project was created, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectLastUpdateDate

        DescribeProjectResponse.Builder projectLastUpdateDate​(Instant projectLastUpdateDate)

        The date the project was last updated, in Unix epoch time.

        Parameters:
        projectLastUpdateDate - The date the project was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.