| Modifier and Type | Method and Description |
|---|---|
SplitType |
TransformInput.getSplitType()
Method to use to split the transform job's data files into smaller batches.
|
SplitType |
TransformInput.Jsii$Proxy.getSplitType()
Method to use to split the transform job's data files into smaller batches.
|
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.withSplitType(SplitType value)
Sets the value of SplitType
|
Copyright © 2019. All rights reserved.