Interface TestCaseSummary.Builder

    • Method Detail

      • testCaseId

        TestCaseSummary.Builder testCaseId​(String testCaseId)

        The test case ID of the test case summary.

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

        TestCaseSummary.Builder testCaseArn​(String testCaseArn)

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

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

        TestCaseSummary.Builder name​(String name)

        The name of the test case summary.

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

        TestCaseSummary.Builder statusReason​(String statusReason)

        The status reason of the test case summary.

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

        TestCaseSummary.Builder latestVersion​(Integer latestVersion)

        The latest version of the test case summary.

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

        TestCaseSummary.Builder creationTime​(Instant creationTime)

        The creation time of the test case summary.

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

        TestCaseSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last update time of the test case summary.

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