public static interface ConfigurationRecorderStatus.Builder extends CopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
Modifier and Type | Method and 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(Instant lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus.Builder |
lastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatus(String lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus.Builder |
lastStatusChangeTime(Instant lastStatusChangeTime)
The time when the status was last changed.
|
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 the recorder is currently recording or not.
|
copy
applyMutation, build
ConfigurationRecorderStatus.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 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.RecorderStatus
,
RecorderStatus
ConfigurationRecorderStatus.Builder lastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
lastStatus
- The last (previous) status of the recorder.RecorderStatus
,
RecorderStatus
ConfigurationRecorderStatus.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(Instant 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.