Interface ConfigurationRecorderStatus.Builder

    • Method Detail

      • name

        ConfigurationRecorderStatus.Builder name​(String name)

        The name of the configuration recorder.

        Parameters:
        name - The name of the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastStartTime

        ConfigurationRecorderStatus.Builder lastStartTime​(Instant lastStartTime)

        The time the recorder was last started.

        Parameters:
        lastStartTime - The time the recorder was last started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastStopTime

        ConfigurationRecorderStatus.Builder lastStopTime​(Instant lastStopTime)

        The time the recorder was last stopped.

        Parameters:
        lastStopTime - The time the recorder was last stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recording

        ConfigurationRecorderStatus.Builder recording​(Boolean recording)

        Specifies whether or not the recorder is currently recording.

        Parameters:
        recording - Specifies whether or not the recorder is currently recording.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastStatus

        ConfigurationRecorderStatus.Builder lastStatus​(String lastStatus)

        The status of the latest recording event processed by the recorder.

        Parameters:
        lastStatus - The status of the latest recording event processed by the recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecorderStatus, RecorderStatus
      • lastErrorCode

        ConfigurationRecorderStatus.Builder lastErrorCode​(String lastErrorCode)

        The latest error code from when the recorder last failed.

        Parameters:
        lastErrorCode - The latest error code from when the recorder last failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastErrorMessage

        ConfigurationRecorderStatus.Builder lastErrorMessage​(String lastErrorMessage)

        The latest error message from when the recorder last failed.

        Parameters:
        lastErrorMessage - The latest error message from when the recorder last failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastStatusChangeTime

        ConfigurationRecorderStatus.Builder lastStatusChangeTime​(Instant lastStatusChangeTime)

        The time of the latest change in status of an recording event processed by the recorder.

        Parameters:
        lastStatusChangeTime - The time of the latest change in status of an recording event processed by the recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.