Interface TableMaintenanceJobStatusValue.Builder

  • Method Details

    • status

      The status of the job.

      Parameters:
      status - The status of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the job.

      Parameters:
      status - The status of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastRunTimestamp

      TableMaintenanceJobStatusValue.Builder lastRunTimestamp(Instant lastRunTimestamp)

      The date and time that the maintenance job was last run.

      Parameters:
      lastRunTimestamp - The date and time that the maintenance job was last run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureMessage

      TableMaintenanceJobStatusValue.Builder failureMessage(String failureMessage)

      The failure message of a failed job.

      Parameters:
      failureMessage - The failure message of a failed job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.