Interface TestAvailabilityConfigurationResponse.Builder

  • Method Details

    • testPassed

      Boolean indicating whether the test passed or failed.

      Parameters:
      testPassed - Boolean indicating whether the test passed or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      String containing the reason for a failed test if TestPassed is false.

      Parameters:
      failureReason - String containing the reason for a failed test if TestPassed is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.