public static final class TransformInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformInput
software.amazon.jsii.JsiiObject.InitializationModeTransformInput.Builder, TransformInput.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
getCompressionType()
The compression type of the transform data.
|
String |
getContentType()
Multipurpose internet mail extension (MIME) type of the data.
|
SplitType |
getSplitType()
Method to use to split the transform job's data files into smaller batches.
|
TransformDataSource |
getTransformDataSource()
S3 location of the channel data.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public TransformDataSource getTransformDataSource()
getTransformDataSource in interface TransformInput@Stability(value=Experimental) @Nullable public CompressionType getCompressionType()
getCompressionType in interface TransformInput@Stability(value=Experimental) @Nullable public String getContentType()
getContentType in interface TransformInput@Stability(value=Experimental) @Nullable public SplitType getSplitType()
getSplitType in interface TransformInputCopyright © 2019. All rights reserved.