Interface ListTestSetRecordsRequest.Builder

    • Method Detail

      • testSetId

        ListTestSetRecordsRequest.Builder testSetId​(String testSetId)

        The identifier of the test set to list its test set records.

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

        ListTestSetRecordsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.

        Parameters:
        maxResults - The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestSetRecordsRequest.Builder nextToken​(String nextToken)

        If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

        Parameters:
        nextToken - If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.