| 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 error code indicating that the recording failed.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastErrorMessage(String lastErrorMessage)
The message indicating that the recording failed due to an error.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStartTime(Instant lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatus(String lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
ConfigurationRecorderStatus.Builder.lastStatusChangeTime(Instant lastStatusChangeTime)
The time when the status was last changed.
|
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 © 2022. All rights reserved.