public static interface ConfigurationRecorderStatus.Builder extends SdkPojo, CopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationRecorderStatus.Builder |
lastErrorCode(String lastErrorCode)
The latest error code from when the recorder last failed.
|
ConfigurationRecorderStatus.Builder |
lastErrorMessage(String lastErrorMessage)
The latest error message from when the recorder last failed.
|
ConfigurationRecorderStatus.Builder |
lastStartTime(Instant lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus.Builder |
lastStatus(RecorderStatus lastStatus)
The status of the latest recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatus(String lastStatus)
The status of the latest recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatusChangeTime(Instant lastStatusChangeTime)
The time of the latest change in status of an recording event processed by the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStopTime(Instant lastStopTime)
The time the recorder was last stopped.
|
ConfigurationRecorderStatus.Builder |
name(String name)
The name of the configuration recorder.
|
ConfigurationRecorderStatus.Builder |
recording(Boolean recording)
Specifies whether or not the recorder is currently recording.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationRecorderStatus.Builder name(String name)
The name of the configuration recorder.
name - The name of the configuration recorder.ConfigurationRecorderStatus.Builder lastStartTime(Instant lastStartTime)
The time the recorder was last started.
lastStartTime - The time the recorder was last started.ConfigurationRecorderStatus.Builder lastStopTime(Instant lastStopTime)
The time the recorder was last stopped.
lastStopTime - The time the recorder was last stopped.ConfigurationRecorderStatus.Builder recording(Boolean recording)
Specifies whether or not the recorder is currently recording.
recording - Specifies whether or not the recorder is currently recording.ConfigurationRecorderStatus.Builder lastStatus(String lastStatus)
The status of the latest recording event processed by the recorder.
lastStatus - The status of the latest recording event processed by the recorder.RecorderStatus,
RecorderStatusConfigurationRecorderStatus.Builder lastStatus(RecorderStatus lastStatus)
The status of the latest recording event processed by the recorder.
lastStatus - The status of the latest recording event processed by the recorder.RecorderStatus,
RecorderStatusConfigurationRecorderStatus.Builder lastErrorCode(String lastErrorCode)
The latest error code from when the recorder last failed.
lastErrorCode - The latest error code from when the recorder last failed.ConfigurationRecorderStatus.Builder lastErrorMessage(String lastErrorMessage)
The latest error message from when the recorder last failed.
lastErrorMessage - The latest error message from when the recorder last failed.ConfigurationRecorderStatus.Builder lastStatusChangeTime(Instant lastStatusChangeTime)
The time of the latest change in status of an recording event processed by the recorder.
lastStatusChangeTime - The time of the latest change in status of an recording event processed by the recorder.Copyright © 2023. All rights reserved.