Interface TableMaintenanceJobStatusValue.Builder

    • Method Detail

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