Interface TestAvailabilityConfigurationResponse.Builder

    • Method Detail

      • testPassed

        TestAvailabilityConfigurationResponse.Builder testPassed​(Boolean 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

        TestAvailabilityConfigurationResponse.Builder failureReason​(String 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.