Uses of Class
software.amazon.awscdk.services.stepfunctions.DistributedMap.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of DistributedMap.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionAn optional description for this state.static DistributedMap.Builder
JSONPath expression to select part of the state to be the input to this state.DistributedMap.Builder.itemBatcher
(ItemBatcher itemBatcher) Specifies to process a group of items in a single child workflow execution.DistributedMap.Builder.itemReader
(IItemReader itemReader) ItemReader.DistributedMap.Builder.itemSelector
(Map<String, ? extends Object> itemSelector) The JSON that you want to override your default iteration input (mutually exclusive withparameters
).JSONPath expression to select the array to iterate over.Label.DistributedMap.Builder.mapExecutionType
(StateMachineType mapExecutionType) MapExecutionType.DistributedMap.Builder.maxConcurrency
(Number maxConcurrency) MaxConcurrency.DistributedMap.Builder.maxConcurrencyPath
(String maxConcurrencyPath) MaxConcurrencyPath.DistributedMap.Builder.outputPath
(String outputPath) JSONPath expression to select part of the state to be the output to this state.DistributedMap.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.DistributedMap.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.DistributedMap.Builder.resultWriter
(ResultWriter resultWriter) Configuration for S3 location in which to save Map Run results.Optional name for this state.DistributedMap.Builder.toleratedFailureCount
(Number toleratedFailureCount) ToleratedFailureCount.DistributedMap.Builder.toleratedFailureCountPath
(String toleratedFailureCountPath) ToleratedFailureCountPath.DistributedMap.Builder.toleratedFailurePercentage
(Number toleratedFailurePercentage) ToleratedFailurePercentage.DistributedMap.Builder.toleratedFailurePercentagePath
(String toleratedFailurePercentagePath) ToleratedFailurePercentagePath.