@Generated(value="software.amazon.awssdk:codegen") public final class Collector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Collector.Builder,Collector>
Process data collector that runs in the environment that you specify.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Collector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Collector.Builder |
builder() |
CollectorHealth |
collectorHealth()
Indicates the health of a collector.
|
String |
collectorHealthAsString()
Indicates the health of a collector.
|
String |
collectorId()
The ID of the collector.
|
String |
collectorVersion()
Current version of the collector that is running in the environment that you specify.
|
ConfigurationSummary |
configurationSummary()
Summary of the collector configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostName()
Hostname of the server that is hosting the collector.
|
String |
ipAddress()
IP address of the server that is hosting the collector.
|
String |
lastActivityTimeStamp()
Time when the collector last pinged the service.
|
String |
registeredTimeStamp()
Time when the collector registered with the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Collector.Builder> |
serializableBuilderClass() |
Collector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CollectorHealth collectorHealth()
Indicates the health of a collector.
If the service returns an enum value that is not available in the current SDK version, collectorHealth
will return CollectorHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from collectorHealthAsString().
CollectorHealthpublic final String collectorHealthAsString()
Indicates the health of a collector.
If the service returns an enum value that is not available in the current SDK version, collectorHealth
will return CollectorHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from collectorHealthAsString().
CollectorHealthpublic final String collectorId()
The ID of the collector.
public final String collectorVersion()
Current version of the collector that is running in the environment that you specify.
public final ConfigurationSummary configurationSummary()
Summary of the collector configuration.
public final String hostName()
Hostname of the server that is hosting the collector.
public final String ipAddress()
IP address of the server that is hosting the collector.
public final String lastActivityTimeStamp()
Time when the collector last pinged the service.
public final String registeredTimeStamp()
Time when the collector registered with the service.
public Collector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Collector.Builder,Collector>public static Collector.Builder builder()
public static Class<? extends Collector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.