Interface TestSuiteSummary.Builder

    • Method Detail

      • testSuiteId

        TestSuiteSummary.Builder testSuiteId​(String testSuiteId)

        The test suite ID of the test suite summary.

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

        TestSuiteSummary.Builder name​(String name)

        The name of the test suite summary.

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

        TestSuiteSummary.Builder statusReason​(String statusReason)

        The status reason of the test suite summary.

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

        TestSuiteSummary.Builder latestVersion​(Integer latestVersion)

        The latest version of the test suite summary.

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

        TestSuiteSummary.Builder testSuiteArn​(String testSuiteArn)

        The test suite Amazon Resource Name (ARN) of the test suite summary.

        Parameters:
        testSuiteArn - The test suite Amazon Resource Name (ARN) of the test suite summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        TestSuiteSummary.Builder creationTime​(Instant creationTime)

        The creation time of the test suite summary.

        Parameters:
        creationTime - The creation time of the test suite summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        TestSuiteSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last update time of the test suite summary.

        Parameters:
        lastUpdateTime - The last update time of the test suite summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.