Interface ConnectorHealth.Builder

  • Method Details

    • connectorStatus

      ConnectorHealth.Builder connectorStatus(String connectorStatus)

      The health status of the connector.

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

      ConnectorHealth.Builder connectorStatus(ConnectorHealthStatus connectorStatus)

      The health status of the connector.

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

      ConnectorHealth.Builder lastCheckedAt(Instant lastCheckedAt)

      The date and time when the connector health was last checked.

      Parameters:
      lastCheckedAt - The date and time when the connector health was last checked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      ConnectorHealth.Builder message(String message)

      A message providing additional details about the connector health status.

      Parameters:
      message - A message providing additional details about the connector health status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.