Interface SearchTestCasesResponse.Builder

  • Method Details

    • testCases

      Information about the test cases.

      Parameters:
      testCases - Information about the test cases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCases

      SearchTestCasesResponse.Builder testCases(TestCase... testCases)

      Information about the test cases.

      Parameters:
      testCases - Information about the test cases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCases

      Information about the test cases.

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

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

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

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approximateTotalCount

      SearchTestCasesResponse.Builder approximateTotalCount(Long approximateTotalCount)

      The total number of test cases which matched your search query.

      Parameters:
      approximateTotalCount - The total number of test cases which matched your search query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.