Interface ConnectorCheck.Builder

  • Method Details

    • type

      The check type.

      Parameters:
      type - The check type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The check type.

      Parameters:
      type - The check type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • result

      The check result.

      Parameters:
      result - The check result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • result

      The check result.

      Parameters:
      result - The check result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastCheckAttempt

      ConnectorCheck.Builder lastCheckAttempt(Instant lastCheckAttempt)

      The date and time of the last check attempt.

      Parameters:
      lastCheckAttempt - The date and time of the last check attempt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • impairedSince

      ConnectorCheck.Builder impairedSince(Instant impairedSince)

      The time when connector health began to be impaired.

      Parameters:
      impairedSince - The time when connector health began to be impaired.
      Returns:
      Returns a reference to this object so that method calls can be chained together.