CopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>, SdkBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>public static interface ConfigurationRecorderStatus.Builder extends CopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
| Modifier and Type | Method | Description |
|---|---|---|
ConfigurationRecorderStatus.Builder |
lastErrorCode(String lastErrorCode) |
The error code indicating that the recording failed.
|
ConfigurationRecorderStatus.Builder |
lastErrorMessage(String lastErrorMessage) |
The message indicating that the recording failed due to an error.
|
ConfigurationRecorderStatus.Builder |
lastStartTime(Date lastStartTime) |
The time the recorder was last started.
|
ConfigurationRecorderStatus.Builder |
lastStatus(String lastStatus) |
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatus(RecorderStatus lastStatus) |
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatusChangeTime(Date lastStatusChangeTime) |
The time when the status was last changed.
|
ConfigurationRecorderStatus.Builder |
lastStopTime(Date 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 the recorder is currently recording or not.
|
copyapply, buildConfigurationRecorderStatus.Builder name(String name)
The name of the configuration recorder.
name - The name of the configuration recorder.ConfigurationRecorderStatus.Builder lastStartTime(Date lastStartTime)
The time the recorder was last started.
lastStartTime - The time the recorder was last started.ConfigurationRecorderStatus.Builder lastStopTime(Date lastStopTime)
The time the recorder was last stopped.
lastStopTime - The time the recorder was last stopped.ConfigurationRecorderStatus.Builder recording(Boolean recording)
Specifies whether the recorder is currently recording or not.
recording - Specifies whether the recorder is currently recording or not.ConfigurationRecorderStatus.Builder lastStatus(String lastStatus)
The last (previous) status of the recorder.
lastStatus - The last (previous) status of the recorder.RecorderStatusConfigurationRecorderStatus.Builder lastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
lastStatus - The last (previous) status of the recorder.RecorderStatusConfigurationRecorderStatus.Builder lastErrorCode(String lastErrorCode)
The error code indicating that the recording failed.
lastErrorCode - The error code indicating that the recording failed.ConfigurationRecorderStatus.Builder lastErrorMessage(String lastErrorMessage)
The message indicating that the recording failed due to an error.
lastErrorMessage - The message indicating that the recording failed due to an error.ConfigurationRecorderStatus.Builder lastStatusChangeTime(Date lastStatusChangeTime)
The time when the status was last changed.
lastStatusChangeTime - The time when the status was last changed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.