@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationRecorderStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
The current status of the configuration recorder.
For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationRecorderStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRecorderStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastErrorCode()
The latest error code from when the recorder last failed.
|
String |
lastErrorMessage()
The latest error message from when the recorder last failed.
|
Instant |
lastStartTime()
The time the recorder was last started.
|
RecorderStatus |
lastStatus()
The status of the latest recording event processed by the recorder.
|
String |
lastStatusAsString()
The status of the latest recording event processed by the recorder.
|
Instant |
lastStatusChangeTime()
The time of the latest change in status of an recording event processed by the recorder.
|
Instant |
lastStopTime()
The time the recorder was last stopped.
|
String |
name()
The name of the configuration recorder.
|
Boolean |
recording()
Specifies whether or not the recorder is currently recording.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationRecorderStatus.Builder> |
serializableBuilderClass() |
ConfigurationRecorderStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the configuration recorder.
public final Instant lastStartTime()
The time the recorder was last started.
public final Instant lastStopTime()
The time the recorder was last stopped.
public final Boolean recording()
Specifies whether or not the recorder is currently recording.
public final RecorderStatus lastStatus()
The status of the latest recording event processed by the recorder.
If the service returns an enum value that is not available in the current SDK version, lastStatus will
return RecorderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lastStatusAsString().
RecorderStatuspublic final String lastStatusAsString()
The status of the latest recording event processed by the recorder.
If the service returns an enum value that is not available in the current SDK version, lastStatus will
return RecorderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lastStatusAsString().
RecorderStatuspublic final String lastErrorCode()
The latest error code from when the recorder last failed.
public final String lastErrorMessage()
The latest error message from when the recorder last failed.
public final Instant lastStatusChangeTime()
The time of the latest change in status of an recording event processed by the recorder.
public ConfigurationRecorderStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>public static ConfigurationRecorderStatus.Builder builder()
public static Class<? extends ConfigurationRecorderStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.