Interface CanaryTimeline.Builder

  • Method Details

    • created

      CanaryTimeline.Builder created(Instant created)

      The date and time the canary was created.

      Parameters:
      created - The date and time the canary was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModified

      CanaryTimeline.Builder lastModified(Instant lastModified)

      The date and time the canary was most recently modified.

      Parameters:
      lastModified - The date and time the canary was most recently modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastStarted

      CanaryTimeline.Builder lastStarted(Instant lastStarted)

      The date and time that the canary's most recent run started.

      Parameters:
      lastStarted - The date and time that the canary's most recent run started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastStopped

      CanaryTimeline.Builder lastStopped(Instant lastStopped)

      The date and time that the canary's most recent run ended.

      Parameters:
      lastStopped - The date and time that the canary's most recent run ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.