Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.Channel.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of Channel.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic Channel.Builder
Channel.builder()
Channel.Builder.channelName
(String channelName) Sets the value ofChannel.getChannelName()
Channel.Builder.compressionType
(CompressionType compressionType) Sets the value ofChannel.getCompressionType()
Channel.Builder.contentType
(String contentType) Sets the value ofChannel.getContentType()
Channel.Builder.dataSource
(DataSource dataSource) Sets the value ofChannel.getDataSource()
Sets the value ofChannel.getInputMode()
Channel.Builder.recordWrapperType
(RecordWrapperType recordWrapperType) Sets the value ofChannel.getRecordWrapperType()
Channel.Builder.shuffleConfig
(ShuffleConfig shuffleConfig) Sets the value ofChannel.getShuffleConfig()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(Channel.Builder builder) Constructor that initializes the object based on literal property values passed by theChannel.Builder
.