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 |
configurationSummary(ConfigurationSummary configurationSummary)
Summary of the collector configuration.
|
default Collector.Builder |
configurationSummary(Consumer<ConfigurationSummary.Builder> configurationSummary)
Summary of the collector configuration.
|
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 configurationSummary(ConfigurationSummary configurationSummary)
Summary of the collector configuration.
configurationSummary - Summary of the collector configuration.default Collector.Builder configurationSummary(Consumer<ConfigurationSummary.Builder> configurationSummary)
Summary of the collector configuration.
This is a convenience method that creates an instance of theConfigurationSummary.Builder avoiding
the need to create one manually via ConfigurationSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configurationSummary(ConfigurationSummary).
configurationSummary - a consumer that will call methods on ConfigurationSummary.BuilderconfigurationSummary(ConfigurationSummary)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 © 2023. All rights reserved.