public static interface Collector.Builder extends SdkPojo, CopyableBuilder<Collector.Builder,Collector>
| Modifier and Type | Method and Description |
|---|---|
Collector.Builder |
collectorHealth(CollectorHealth collectorHealth)
Indicates the health of a collector.
|
Collector.Builder |
collectorHealth(String collectorHealth)
Indicates the health of a collector.
|
Collector.Builder |
collectorId(String collectorId)
The ID of the collector.
|
Collector.Builder |
collectorVersion(String collectorVersion)
Current version of the collector that is running in the environment that you specify.
|
Collector.Builder |
hostName(String hostName)
Hostname of the server that is hosting the collector.
|
Collector.Builder |
ipAddress(String ipAddress)
IP address of the server that is hosting the collector.
|
Collector.Builder |
lastActivityTimeStamp(String lastActivityTimeStamp)
Time when the collector last pinged the service.
|
Collector.Builder |
registeredTimeStamp(String registeredTimeStamp)
Time when the collector registered with the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollector.Builder collectorHealth(String collectorHealth)
Indicates the health of a collector.
collectorHealth - Indicates the health of a collector.CollectorHealth,
CollectorHealthCollector.Builder collectorHealth(CollectorHealth collectorHealth)
Indicates the health of a collector.
collectorHealth - Indicates the health of a collector.CollectorHealth,
CollectorHealthCollector.Builder collectorId(String collectorId)
The ID of the collector.
collectorId - The ID of the collector.Collector.Builder collectorVersion(String collectorVersion)
Current version of the collector that is running in the environment that you specify.
collectorVersion - Current version of the collector that is running in the environment that you specify.Collector.Builder hostName(String hostName)
Hostname of the server that is hosting the collector.
hostName - Hostname of the server that is hosting the collector.Collector.Builder ipAddress(String ipAddress)
IP address of the server that is hosting the collector.
ipAddress - IP address of the server that is hosting the collector.Collector.Builder lastActivityTimeStamp(String lastActivityTimeStamp)
Time when the collector last pinged the service.
lastActivityTimeStamp - Time when the collector last pinged the service.Collector.Builder registeredTimeStamp(String registeredTimeStamp)
Time when the collector registered with the service.
registeredTimeStamp - Time when the collector registered with the service.Copyright © 2022. All rights reserved.