Interface TestCaseSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>, SdkBuilder<TestCaseSummary.Builder,TestCaseSummary>, SdkPojo
Enclosing class:
TestCaseSummary

public static interface TestCaseSummary.Builder extends SdkPojo, CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
  • Method Details

    • 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

      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.
    • status

      The status of the test case summary.

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

      The status of the test case summary.

      Parameters:
      status - The status of the test case summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.