Interface TestSummary.Builder

  • Method Details

    • testId

      TestSummary.Builder testId(String testId)

      The unique identifier of the test.

      Parameters:
      testId - The unique identifier of the test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testTemplateArn

      TestSummary.Builder testTemplateArn(String testTemplateArn)

      The ARN of the test template the test was created from.

      Parameters:
      testTemplateArn - The ARN of the test template the test was created from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceArn

      TestSummary.Builder serviceArn(String serviceArn)

      The ARN of the service the test belongs to.

      Parameters:
      serviceArn - The ARN of the service the test belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalTestRuns

      TestSummary.Builder totalTestRuns(Integer totalTestRuns)

      The total number of runs of the test.

      Parameters:
      totalTestRuns - The total number of runs of the test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • successfulTestRuns

      TestSummary.Builder successfulTestRuns(Integer successfulTestRuns)

      The number of successful runs of the test.

      Parameters:
      successfulTestRuns - The number of successful runs of the test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      TestSummary.Builder creationTime(Instant creationTime)

      The timestamp when the test was created.

      Parameters:
      creationTime - The timestamp when the test was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.