ProcessingS3Input constructor

ProcessingS3Input({
  1. required ProcessingS3DataType s3DataType,
  2. required String s3Uri,
  3. String? localPath,
  4. ProcessingS3CompressionType? s3CompressionType,
  5. ProcessingS3DataDistributionType? s3DataDistributionType,
  6. ProcessingS3InputMode? s3InputMode,
})

Implementation

ProcessingS3Input({
  required this.s3DataType,
  required this.s3Uri,
  this.localPath,
  this.s3CompressionType,
  this.s3DataDistributionType,
  this.s3InputMode,
});