Interface StartDirectoryListingRequest.Builder

    • Method Detail

      • connectorId

        StartDirectoryListingRequest.Builder connectorId​(String connectorId)

        The unique identifier for the connector.

        Parameters:
        connectorId - The unique identifier for the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteDirectoryPath

        StartDirectoryListingRequest.Builder remoteDirectoryPath​(String remoteDirectoryPath)

        Specifies the directory on the remote SFTP server for which you want to list its contents.

        Parameters:
        remoteDirectoryPath - Specifies the directory on the remote SFTP server for which you want to list its contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        StartDirectoryListingRequest.Builder maxItems​(Integer maxItems)

        An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.

        Parameters:
        maxItems - An optional parameter where you can specify the maximum number of file/directory names to retrieve. The default value is 1,000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputDirectoryPath

        StartDirectoryListingRequest.Builder outputDirectoryPath​(String outputDirectoryPath)

        Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.

        Parameters:
        outputDirectoryPath - Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.