Interface CanaryLastRun.Builder

    • Method Detail

      • canaryName

        CanaryLastRun.Builder canaryName​(String canaryName)

        The name of the canary.

        Parameters:
        canaryName - The name of the canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastRun

        CanaryLastRun.Builder lastRun​(CanaryRun lastRun)

        The results from this canary's most recent run.

        Parameters:
        lastRun - The results from this canary's most recent run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.