Class CollectorHealthCheck
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
Describes the last Fleet Advisor collector health check.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CollectorHealthCheck.Builderbuilder()final CollectorStatusThe status of the Fleet Advisor collector.final StringThe status of the Fleet Advisor collector.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanWhether the local collector can access its Amazon S3 bucket.static Class<? extends CollectorHealthCheck.Builder>final StringtoString()Returns a string representation of this object.final BooleanWhether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.final BooleanWhether the web collector can access its Amazon S3 bucket.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
collectorStatus
The status of the Fleet Advisor collector.
If the service returns an enum value that is not available in the current SDK version,
collectorStatuswill returnCollectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcollectorStatusAsString().- Returns:
- The status of the Fleet Advisor collector.
- See Also:
-
collectorStatusAsString
The status of the Fleet Advisor collector.
If the service returns an enum value that is not available in the current SDK version,
collectorStatuswill returnCollectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcollectorStatusAsString().- Returns:
- The status of the Fleet Advisor collector.
- See Also:
-
localCollectorS3Access
Whether the local collector can access its Amazon S3 bucket.
- Returns:
- Whether the local collector can access its Amazon S3 bucket.
-
webCollectorS3Access
Whether the web collector can access its Amazon S3 bucket.
- Returns:
- Whether the web collector can access its Amazon S3 bucket.
-
webCollectorGrantedRoleBasedAccess
Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.
- Returns:
- Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-