| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.builder() |
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastErrorCode(String lastErrorCode)
The latest error code from when the recorder last failed.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastErrorMessage(String lastErrorMessage)
The latest error message from when the recorder last failed.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStartTime(Instant lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatus(RecorderStatus lastStatus)
The status of the latest recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatus(String lastStatus)
The status of the latest recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatusChangeTime(Instant lastStatusChangeTime)
The time of the latest change in status of an recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStopTime(Instant lastStopTime)
The time the recorder was last stopped.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.name(String name)
The name of the configuration recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.recording(Boolean recording)
Specifies whether or not the recorder is currently recording.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigurationRecorderStatus.Builder> |
ConfigurationRecorderStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.