Interface TestAvailabilityConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<TestAvailabilityConfigurationResponse.Builder,TestAvailabilityConfigurationResponse>, SdkBuilder<TestAvailabilityConfigurationResponse.Builder,TestAvailabilityConfigurationResponse>, SdkPojo, SdkResponse.Builder, WorkMailResponse.Builder
Enclosing class:
TestAvailabilityConfigurationResponse

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