Class AmazonS3CompatibleLocation


  • public final class AmazonS3CompatibleLocation
    extends DatasetLocation
    The location of Amazon S3 Compatible dataset.
    • Constructor Detail

      • AmazonS3CompatibleLocation

        public AmazonS3CompatibleLocation()
    • Method Detail

      • bucketName

        public Object bucketName()
        Get the bucketName property: Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string).
        Returns:
        the bucketName value.
      • withBucketName

        public AmazonS3CompatibleLocation withBucketName​(Object bucketName)
        Set the bucketName property: Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string).
        Parameters:
        bucketName - the bucketName value to set.
        Returns:
        the AmazonS3CompatibleLocation object itself.
      • version

        public Object version()
        Get the version property: Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).
        Returns:
        the version value.
      • withVersion

        public AmazonS3CompatibleLocation withVersion​(Object version)
        Set the version property: Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).
        Parameters:
        version - the version value to set.
        Returns:
        the AmazonS3CompatibleLocation object itself.
      • withFolderPath

        public AmazonS3CompatibleLocation withFolderPath​(Object folderPath)
        Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
        Overrides:
        withFolderPath in class DatasetLocation
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the DatasetLocation object itself.
      • withFileName

        public AmazonS3CompatibleLocation withFileName​(Object fileName)
        Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Overrides:
        withFileName in class DatasetLocation
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the DatasetLocation object itself.