Interface DescribeProjectVersionsResponse.Builder

    • Method Detail

      • projectVersionDescriptions

        DescribeProjectVersionsResponse.Builder projectVersionDescriptions​(Collection<ProjectVersionDescription> projectVersionDescriptions)

        A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.

        Parameters:
        projectVersionDescriptions - A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectVersionDescriptions

        DescribeProjectVersionsResponse.Builder projectVersionDescriptions​(ProjectVersionDescription... projectVersionDescriptions)

        A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.

        Parameters:
        projectVersionDescriptions - A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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