Class AtmosEndpointBuilderFactory.AtmosHeaderNameBuilder

  • Enclosing interface:
    AtmosEndpointBuilderFactory

    public static class AtmosEndpointBuilderFactory.AtmosHeaderNameBuilder
    extends Object
    The builder of headers' name for the Atmos component.
    • Constructor Detail

      • AtmosHeaderNameBuilder

        public AtmosHeaderNameBuilder()
    • Method Detail

      • downloadedFile

        public String downloadedFile()
        The name of the remote path downloaded in case of a single file. The option is a: java.lang.String type. Group: common
        Returns:
        the name of the header DOWNLOADED_FILE.
      • downloadedFiles

        public String downloadedFiles()
        The name of the remote paths downloaded in case of multiple files (one per line). The option is a: java.lang.String type. Group: common
        Returns:
        the name of the header DOWNLOADED_FILES.
      • uploadedFile

        public String uploadedFile()
        The name of the remote path uploaded in case of a single file. The option is a: java.lang.String type. Group: producer
        Returns:
        the name of the header UPLOADED_FILE.
      • uploadedFiles

        public String uploadedFiles()
        The name of the remote paths uploaded in case of multiple files (one per line). The option is a: java.lang.String type. Group: producer
        Returns:
        the name of the header UPLOADED_FILES.
      • deletedPath

        public String deletedPath()
        The remote path deleted on Atmos. The option is a: java.lang.String type. Group: producer
        Returns:
        the name of the header DELETED_PATH.
      • movedPath

        public String movedPath()
        The moved path. The option is a: java.lang.String type. Group: producer
        Returns:
        the name of the header MOVED_PATH.