Interface ListChunksResponse.Builder

    • Method Detail

      • chunkList

        ListChunksResponse.Builder chunkList​(Collection<Chunk> chunkList)
        List of chunks
        Parameters:
        chunkList - List of chunks
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chunkList

        ListChunksResponse.Builder chunkList​(Chunk... chunkList)
        List of chunks
        Parameters:
        chunkList - List of chunks
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChunksResponse.Builder nextToken​(String nextToken)
        Pagination token
        Parameters:
        nextToken - Pagination token
        Returns:
        Returns a reference to this object so that method calls can be chained together.