Class RVS3DataSourceItem

java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVS3DataSourceItem
All Implemented Interfaces:
IRVResourceItem

public class RVS3DataSourceItem extends RVDataSourceItem implements IRVResourceItem
Amazon S3 data source item.
  • Constructor Details

    • RVS3DataSourceItem

      public RVS3DataSourceItem(RVS3DataSource dataSource)
  • Method Details

    • setPath

      public String setPath(String value)
      S3 path for the file represented by this item. For example: 's3://my-bucket/path/to/file.csv'.
      Parameters:
      value -
      Returns:
    • getPath

      public String getPath()
      S3 path for the file represented by this item. For example: 's3://my-bucket/path/to/file.csv'.
      Returns: