Interface ListFileTransferResultsRequest.Builder

  • Method Details

    • 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

      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

      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

      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.
    • overrideConfiguration

      ListFileTransferResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.