Interface ListTestSetsResponse.Builder

  • Method Details

    • testSets

      The selected test sets in a list of test sets.

      Parameters:
      testSets - The selected test sets in a list of test sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testSets

      The selected test sets in a list of test sets.

      Parameters:
      testSets - The selected test sets in a list of test sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testSets

      The selected test sets in a list of test sets.

      This is a convenience method that creates an instance of the TestSetSummary.Builder avoiding the need to create one manually via TestSetSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to testSets(List<TestSetSummary>).

      Parameters:
      testSets - a consumer that will call methods on TestSetSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListTestSetsResponse.Builder nextToken(String nextToken)

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

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