Interface ListTestSetRecordsResponse.Builder

    • Method Detail

      • testSetRecords

        ListTestSetRecordsResponse.Builder testSetRecords​(Collection<TestSetTurnRecord> testSetRecords)

        The list of records from the test set.

        Parameters:
        testSetRecords - The list of records from the test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSetRecords

        ListTestSetRecordsResponse.Builder testSetRecords​(TestSetTurnRecord... testSetRecords)

        The list of records from the test set.

        Parameters:
        testSetRecords - The list of records from the test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestSetRecordsResponse.Builder nextToken​(String nextToken)

        A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.

        Parameters:
        nextToken - A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.