Interface Collector.Builder

    • Method Detail

      • collectorHealth

        Collector.Builder collectorHealth​(String collectorHealth)

        Indicates the health of a collector.

        Parameters:
        collectorHealth - Indicates the health of a collector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CollectorHealth, CollectorHealth
      • collectorHealth

        Collector.Builder collectorHealth​(CollectorHealth collectorHealth)

        Indicates the health of a collector.

        Parameters:
        collectorHealth - Indicates the health of a collector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CollectorHealth, CollectorHealth
      • collectorId

        Collector.Builder collectorId​(String collectorId)

        The ID of the collector.

        Parameters:
        collectorId - The ID of the collector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectorVersion

        Collector.Builder collectorVersion​(String collectorVersion)

        Current version of the collector that is running in the environment that you specify.

        Parameters:
        collectorVersion - Current version of the collector that is running in the environment that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSummary

        Collector.Builder configurationSummary​(ConfigurationSummary configurationSummary)

        Summary of the collector configuration.

        Parameters:
        configurationSummary - Summary of the collector configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostName

        Collector.Builder hostName​(String hostName)

        Hostname of the server that is hosting the collector.

        Parameters:
        hostName - Hostname of the server that is hosting the collector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        Collector.Builder ipAddress​(String ipAddress)

        IP address of the server that is hosting the collector.

        Parameters:
        ipAddress - IP address of the server that is hosting the collector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastActivityTimeStamp

        Collector.Builder lastActivityTimeStamp​(String lastActivityTimeStamp)

        Time when the collector last pinged the service.

        Parameters:
        lastActivityTimeStamp - Time when the collector last pinged the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registeredTimeStamp

        Collector.Builder registeredTimeStamp​(String registeredTimeStamp)

        Time when the collector registered with the service.

        Parameters:
        registeredTimeStamp - Time when the collector registered with the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.