Interface ListChecksResponse.Builder

    • Method Detail

      • checkSummaries

        ListChecksResponse.Builder checkSummaries​(Collection<CheckSummary> checkSummaries)

        The list of Checks

        Parameters:
        checkSummaries - The list of Checks
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checkSummaries

        ListChecksResponse.Builder checkSummaries​(CheckSummary... checkSummaries)

        The list of Checks

        Parameters:
        checkSummaries - The list of Checks
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChecksResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.