| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSource.Jsii$Proxy
An implementation for
DataSource |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.Builder.build()
Builds the configured instance.
|
DataSource |
Channel.getDataSource()
(experimental) Location of the channel data.
|
DataSource |
Channel.Jsii$Proxy.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.dataSource(DataSource dataSource)
Sets the value of
Channel.getDataSource() |
| 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.