Class AmazonS3DatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AmazonS3DatasetTypeProperties

public final class AmazonS3DatasetTypeProperties extends Object
Amazon S3 dataset properties.
  • Constructor Details

    • AmazonS3DatasetTypeProperties

      public AmazonS3DatasetTypeProperties()
  • Method Details

    • bucketName

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

      public AmazonS3DatasetTypeProperties withBucketName(Object bucketName)
      Set the bucketName property: The name of the Amazon S3 bucket. Type: string (or Expression with resultType string).
      Parameters:
      bucketName - the bucketName value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • key

      public Object key()
      Get the key property: The key of the Amazon S3 object. Type: string (or Expression with resultType string).
      Returns:
      the key value.
    • withKey

      public AmazonS3DatasetTypeProperties withKey(Object key)
      Set the key property: The key of the Amazon S3 object. Type: string (or Expression with resultType string).
      Parameters:
      key - the key value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • prefix

      public Object prefix()
      Get the prefix property: The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
      Returns:
      the prefix value.
    • withPrefix

      public AmazonS3DatasetTypeProperties withPrefix(Object prefix)
      Set the prefix property: The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
      Parameters:
      prefix - the prefix value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • version

      public Object version()
      Get the version property: The version for the S3 object. Type: string (or Expression with resultType string).
      Returns:
      the version value.
    • withVersion

      public AmazonS3DatasetTypeProperties withVersion(Object version)
      Set the version property: The version for the S3 object. Type: string (or Expression with resultType string).
      Parameters:
      version - the version value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • modifiedDatetimeStart

      public Object modifiedDatetimeStart()
      Get the modifiedDatetimeStart property: The start of S3 object's modified datetime. Type: string (or Expression with resultType string).
      Returns:
      the modifiedDatetimeStart value.
    • withModifiedDatetimeStart

      public AmazonS3DatasetTypeProperties withModifiedDatetimeStart(Object modifiedDatetimeStart)
      Set the modifiedDatetimeStart property: The start of S3 object's modified datetime. Type: string (or Expression with resultType string).
      Parameters:
      modifiedDatetimeStart - the modifiedDatetimeStart value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • modifiedDatetimeEnd

      public Object modifiedDatetimeEnd()
      Get the modifiedDatetimeEnd property: The end of S3 object's modified datetime. Type: string (or Expression with resultType string).
      Returns:
      the modifiedDatetimeEnd value.
    • withModifiedDatetimeEnd

      public AmazonS3DatasetTypeProperties withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
      Set the modifiedDatetimeEnd property: The end of S3 object's modified datetime. Type: string (or Expression with resultType string).
      Parameters:
      modifiedDatetimeEnd - the modifiedDatetimeEnd value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • format

      public DatasetStorageFormat format()
      Get the format property: The format of files.
      Returns:
      the format value.
    • withFormat

      Set the format property: The format of files.
      Parameters:
      format - the format value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • compression

      public DatasetCompression compression()
      Get the compression property: The data compression method used for the Amazon S3 object.
      Returns:
      the compression value.
    • withCompression

      public AmazonS3DatasetTypeProperties withCompression(DatasetCompression compression)
      Set the compression property: The data compression method used for the Amazon S3 object.
      Parameters:
      compression - the compression value to set.
      Returns:
      the AmazonS3DatasetTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.