| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ShuffleConfig.Jsii$Proxy
An implementation for
ShuffleConfig |
| Modifier and Type | Method and Description |
|---|---|
ShuffleConfig |
ShuffleConfig.Builder.build()
Builds the configured instance.
|
default ShuffleConfig |
Channel.getShuffleConfig()
(experimental) Shuffle config option for input data in a channel.
|
ShuffleConfig |
Channel.Jsii$Proxy.getShuffleConfig() |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.shuffleConfig(ShuffleConfig shuffleConfig)
Sets the value of
Channel.getShuffleConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(String channelName,
DataSource dataSource,
CompressionType compressionType,
String contentType,
InputMode inputMode,
RecordWrapperType recordWrapperType,
ShuffleConfig shuffleConfig)
Constructor that initializes the object based on literal property values passed by the
Channel.Builder. |
Copyright © 2021. All rights reserved.