Interface CustomerConnectorInfo.Builder

  • Method Details

    • activeConnectors

      CustomerConnectorInfo.Builder activeConnectors(Integer activeConnectors)

      Number of active discovery connectors.

      Parameters:
      activeConnectors - Number of active discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • healthyConnectors

      CustomerConnectorInfo.Builder healthyConnectors(Integer healthyConnectors)

      Number of healthy discovery connectors.

      Parameters:
      healthyConnectors - Number of healthy discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blackListedConnectors

      CustomerConnectorInfo.Builder blackListedConnectors(Integer blackListedConnectors)

      Number of blacklisted discovery connectors.

      Parameters:
      blackListedConnectors - Number of blacklisted discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shutdownConnectors

      CustomerConnectorInfo.Builder shutdownConnectors(Integer shutdownConnectors)

      Number of discovery connectors with status SHUTDOWN,

      Parameters:
      shutdownConnectors - Number of discovery connectors with status SHUTDOWN,
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unhealthyConnectors

      CustomerConnectorInfo.Builder unhealthyConnectors(Integer unhealthyConnectors)

      Number of unhealthy discovery connectors.

      Parameters:
      unhealthyConnectors - Number of unhealthy discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalConnectors

      CustomerConnectorInfo.Builder totalConnectors(Integer totalConnectors)

      Total number of discovery connectors.

      Parameters:
      totalConnectors - Total number of discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unknownConnectors

      CustomerConnectorInfo.Builder unknownConnectors(Integer unknownConnectors)

      Number of unknown discovery connectors.

      Parameters:
      unknownConnectors - Number of unknown discovery connectors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.