Interface DescribeProjectsResponse.Builder

    • Method Detail

      • projectDescriptions

        DescribeProjectsResponse.Builder projectDescriptions​(Collection<ProjectDescription> projectDescriptions)

        A list of project descriptions. The list is sorted by the date and time the projects are created.

        Parameters:
        projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectDescriptions

        DescribeProjectsResponse.Builder projectDescriptions​(ProjectDescription... projectDescriptions)

        A list of project descriptions. The list is sorted by the date and time the projects are created.

        Parameters:
        projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeProjectsResponse.Builder nextToken​(String nextToken)

        If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

        Parameters:
        nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.