Interface ListRunCachesResponse.Builder

    • Method Detail

      • items

        ListRunCachesResponse.Builder items​(Collection<RunCacheListItem> items)

        Details about each run cache in the response.

        Parameters:
        items - Details about each run cache in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListRunCachesResponse.Builder items​(RunCacheListItem... items)

        Details about each run cache in the response.

        Parameters:
        items - Details about each run cache in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRunCachesResponse.Builder nextToken​(String nextToken)

        Pagination token to retrieve additional run caches. If the response does not have a nextToken value, you have reached to the end of the list.

        Parameters:
        nextToken - Pagination token to retrieve additional run caches. If the response does not have a nextTokenvalue, you have reached to the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.