Interface ListArchiveExportsRequest.Builder

    • Method Detail

      • archiveId

        ListArchiveExportsRequest.Builder archiveId​(String archiveId)

        The identifier of the archive.

        Parameters:
        archiveId - The identifier of the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListArchiveExportsRequest.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Parameters:
        nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        ListArchiveExportsRequest.Builder pageSize​(Integer pageSize)

        The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.

        Parameters:
        pageSize - The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.