Class StartDirectoryListingRequest

    • Method Detail

      • connectorId

        public final String connectorId()

        The unique identifier for the connector.

        Returns:
        The unique identifier for the connector.
      • remoteDirectoryPath

        public final String remoteDirectoryPath()

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

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

        public final Integer maxItems()

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

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

        public final String outputDirectoryPath()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object