Interface ConfigurationRecorderStatus.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the configuration recorder.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the configuration recorder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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

      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:
    • 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:
    • 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.
    • servicePrincipal

      ConfigurationRecorderStatus.Builder servicePrincipal(String servicePrincipal)

      For service-linked configuration recorders, the service principal of the linked Amazon Web Services service.

      Parameters:
      servicePrincipal - For service-linked configuration recorders, the service principal of the linked Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.