Interface TestRunSummary.Builder

  • Method Details

    • testRunId

      TestRunSummary.Builder testRunId(String testRunId)

      The test run ID of the test run summary.

      Parameters:
      testRunId - The test run ID of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testRunArn

      TestRunSummary.Builder testRunArn(String testRunArn)

      The test run ARN of the test run summary.

      Parameters:
      testRunArn - The test run ARN of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testSuiteId

      TestRunSummary.Builder testSuiteId(String testSuiteId)

      The test suite ID of the test run summary.

      Parameters:
      testSuiteId - The test suite ID of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testSuiteVersion

      TestRunSummary.Builder testSuiteVersion(Integer testSuiteVersion)

      The test suite version of the test run summary.

      Parameters:
      testSuiteVersion - The test suite version of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testConfigurationId

      TestRunSummary.Builder testConfigurationId(String testConfigurationId)

      The test configuration ID of the test run summary.

      Parameters:
      testConfigurationId - The test configuration ID of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testConfigurationVersion

      TestRunSummary.Builder testConfigurationVersion(Integer testConfigurationVersion)

      The test configuration version of the test run summary.

      Parameters:
      testConfigurationVersion - The test configuration version of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the test run summary.

      Parameters:
      status - The status of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the test run summary.

      Parameters:
      status - The status of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      TestRunSummary.Builder statusReason(String statusReason)

      The status reason of the test run summary.

      Parameters:
      statusReason - The status reason of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runStartTime

      TestRunSummary.Builder runStartTime(Instant runStartTime)

      The run start time of the test run summary.

      Parameters:
      runStartTime - The run start time of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runEndTime

      TestRunSummary.Builder runEndTime(Instant runEndTime)

      The run end time of the test run summary.

      Parameters:
      runEndTime - The run end time of the test run summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.