Uses of Class
software.amazon.awscdk.services.stepfunctions.DistributedMapProps.Builder
Packages that use DistributedMapProps.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of DistributedMapProps.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return DistributedMapProps.BuilderModifier and TypeMethodDescriptionstatic DistributedMapProps.BuilderDistributedMapProps.builder()Sets the value ofMapBaseProps.getComment()Sets the value ofMapBaseProps.getInputPath()DistributedMapProps.Builder.itemBatcher(ItemBatcher itemBatcher) Sets the value ofDistributedMapProps.getItemBatcher()DistributedMapProps.Builder.itemReader(IItemReader itemReader) Sets the value ofDistributedMapProps.getItemReader()DistributedMapProps.Builder.itemSelector(Map<String, ? extends Object> itemSelector) Sets the value ofMapBaseProps.getItemSelector()Sets the value ofMapBaseProps.getItemsPath()Sets the value ofDistributedMapProps.getLabel()DistributedMapProps.Builder.mapExecutionType(StateMachineType mapExecutionType) Sets the value ofDistributedMapProps.getMapExecutionType()DistributedMapProps.Builder.maxConcurrency(Number maxConcurrency) Sets the value ofMapBaseProps.getMaxConcurrency()DistributedMapProps.Builder.maxConcurrencyPath(String maxConcurrencyPath) Sets the value ofMapBaseProps.getMaxConcurrencyPath()DistributedMapProps.Builder.outputPath(String outputPath) Sets the value ofMapBaseProps.getOutputPath()DistributedMapProps.Builder.resultPath(String resultPath) Sets the value ofMapBaseProps.getResultPath()DistributedMapProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofMapBaseProps.getResultSelector()DistributedMapProps.Builder.resultWriter(ResultWriter resultWriter) Sets the value ofDistributedMapProps.getResultWriter()Sets the value ofMapBaseProps.getStateName()DistributedMapProps.Builder.toleratedFailureCount(Number toleratedFailureCount) Sets the value ofDistributedMapProps.getToleratedFailureCount()DistributedMapProps.Builder.toleratedFailureCountPath(String toleratedFailureCountPath) Sets the value ofDistributedMapProps.getToleratedFailureCountPath()DistributedMapProps.Builder.toleratedFailurePercentage(Number toleratedFailurePercentage) Sets the value ofDistributedMapProps.getToleratedFailurePercentage()DistributedMapProps.Builder.toleratedFailurePercentagePath(String toleratedFailurePercentagePath) Sets the value ofDistributedMapProps.getToleratedFailurePercentagePath()Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type DistributedMapProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DistributedMapProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDistributedMapProps.Builder.