Interface ListFileTransferResultsRequest.Builder

    • Method Detail

      • connectorId

        ListFileTransferResultsRequest.Builder connectorId​(String connectorId)

        A unique identifier for a connector. This value should match the value supplied to the corresponding StartFileTransfer call.

        Parameters:
        connectorId - A unique identifier for a connector. This value should match the value supplied to the corresponding StartFileTransfer call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transferId

        ListFileTransferResultsRequest.Builder transferId​(String transferId)

        A unique identifier for a file transfer. This value should match the value supplied to the corresponding StartFileTransfer call.

        Parameters:
        transferId - A unique identifier for a file transfer. This value should match the value supplied to the corresponding StartFileTransfer call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFileTransferResultsRequest.Builder nextToken​(String nextToken)

        If there are more file details than returned in this call, use this value for a subsequent call to ListFileTransferResults to retrieve them.

        Parameters:
        nextToken - If there are more file details than returned in this call, use this value for a subsequent call to ListFileTransferResults to retrieve them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListFileTransferResultsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.

        Parameters:
        maxResults - The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.