Interface DescribeCanariesLastRunResponse.Builder

    • Method Detail

      • canariesLastRun

        DescribeCanariesLastRunResponse.Builder canariesLastRun​(Collection<CanaryLastRun> canariesLastRun)

        An array that contains the information from the most recent run of each canary.

        Parameters:
        canariesLastRun - An array that contains the information from the most recent run of each canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • canariesLastRun

        DescribeCanariesLastRunResponse.Builder canariesLastRun​(CanaryLastRun... canariesLastRun)

        An array that contains the information from the most recent run of each canary.

        Parameters:
        canariesLastRun - An array that contains the information from the most recent run of each canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeCanariesLastRunResponse.Builder nextToken​(String nextToken)

        A token that indicates that there is more data available. You can use this token in a subsequent DescribeCanariesLastRun operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that indicates that there is more data available. You can use this token in a subsequent DescribeCanariesLastRun operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.