@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.576Z") @Stability(value=Experimental) public interface TransformInput extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformInput.Builder
A builder for
TransformInput |
static class |
TransformInput.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformInput.Builder |
builder() |
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.
|
@Stability(value=Experimental) TransformDataSource getTransformDataSource()
@Stability(value=Experimental) CompressionType getCompressionType()
@Stability(value=Experimental) String getContentType()
@Stability(value=Experimental) SplitType getSplitType()
@Stability(value=Experimental) static TransformInput.Builder builder()
TransformInput.Builder of TransformInputCopyright © 2019. All rights reserved.