| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default SplitType |
TransformInput.getSplitType()
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() |
Copyright © 2022. All rights reserved.