Class AmazonS3LocationResponse


  • public final class AmazonS3LocationResponse
    extends java.lang.Object
    • Method Detail

      • bucketName

        public java.util.Optional<java.lang.Object> bucketName()
        Returns:
        Specify the bucketName of amazon S3. Type: string (or Expression with resultType string)
      • fileName

        public java.util.Optional<java.lang.Object> fileName()
        Returns:
        Specify the file name of dataset. Type: string (or Expression with resultType string).
      • folderPath

        public java.util.Optional<java.lang.Object> folderPath()
        Returns:
        Specify the folder path of dataset. Type: string (or Expression with resultType string)
      • type

        public java.lang.String type()
        Returns:
        Type of dataset storage location. Expected value is 'AmazonS3Location'.
      • version

        public java.util.Optional<java.lang.Object> version()
        Returns:
        Specify the version of amazon S3. Type: string (or Expression with resultType string).