@Generated(value="software.amazon.awssdk:codegen") public final class CollectorHealthCheck extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
Describes the last Fleet Advisor collector health check.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollectorHealthCheck.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CollectorHealthCheck.Builder |
builder() |
CollectorStatus |
collectorStatus()
The status of the Fleet Advisor collector.
|
String |
collectorStatusAsString()
The status of the Fleet Advisor collector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
localCollectorS3Access()
Whether the local collector can access its Amazon S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollectorHealthCheck.Builder> |
serializableBuilderClass() |
CollectorHealthCheck.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
webCollectorGrantedRoleBasedAccess()
Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access
the Fleet Advisor web collector.
|
Boolean |
webCollectorS3Access()
Whether the web collector can access its Amazon S3 bucket.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CollectorStatus collectorStatus()
The status of the Fleet Advisor collector.
If the service returns an enum value that is not available in the current SDK version, collectorStatus
will return CollectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from collectorStatusAsString().
CollectorStatuspublic final String collectorStatusAsString()
The status of the Fleet Advisor collector.
If the service returns an enum value that is not available in the current SDK version, collectorStatus
will return CollectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from collectorStatusAsString().
CollectorStatuspublic final Boolean localCollectorS3Access()
Whether the local collector can access its Amazon S3 bucket.
public final Boolean webCollectorS3Access()
Whether the web collector can access its Amazon S3 bucket.
public final Boolean webCollectorGrantedRoleBasedAccess()
Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.
public CollectorHealthCheck.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>public static CollectorHealthCheck.Builder builder()
public static Class<? extends CollectorHealthCheck.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.