Interface TestCaseSummary.Builder

  • Method Details

    • id

      The identifier of the test case.

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

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

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

      The name of the test case.

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

      The status of the test case.

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

      The status of the test case.

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

      TestCaseSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The time at which the test case was last modified.

      Parameters:
      lastModifiedTime - The time at which the test case was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedRegion

      TestCaseSummary.Builder lastModifiedRegion(String lastModifiedRegion)

      The region in which the test case was last modified.

      Parameters:
      lastModifiedRegion - The region in which the test case was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.