| Modifier and Type | Method and Description |
|---|---|
default SplitType |
TransformInput.getSplitType()
(experimental) Method to use to split the transform job's data files into smaller batches.
|
SplitType |
TransformInput.Jsii$Proxy.getSplitType() |
static SplitType |
SplitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitType[] |
SplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformInput.Builder |
TransformInput.Builder.splitType(SplitType splitType)
Sets the value of
TransformInput.getSplitType() |
| Constructor and Description |
|---|
Jsii$Proxy(TransformDataSource transformDataSource,
CompressionType compressionType,
String contentType,
SplitType splitType)
Constructor that initializes the object based on literal property values passed by the
TransformInput.Builder. |
Copyright © 2020. All rights reserved.