@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-05-10T21:38:35.752Z") @Stability(value=Stable) 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
An implementation for
TransformInput |
| Modifier and Type | Method and Description |
|---|---|
static TransformInput.Builder |
builder() |
default CompressionType |
getCompressionType()
The compression type of the transform data.
|
default String |
getContentType()
Multipurpose internet mail extension (MIME) type of the data.
|
default 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=Stable) @NotNull TransformDataSource getTransformDataSource()
@Stability(value=Stable) @Nullable default CompressionType getCompressionType()
Default: NONE
@Stability(value=Stable) @Nullable default String getContentType()
Default: - None
@Stability(value=Stable) @Nullable default SplitType getSplitType()
Default: NONE
@Stability(value=Stable) static TransformInput.Builder builder()
TransformInput.Builder of TransformInputCopyright © 2021. All rights reserved.