Uses of Class
software.amazon.awscdk.services.stepfunctions.MapProps.Builder
Packages that use MapProps.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of MapProps.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return MapProps.BuilderModifier and TypeMethodDescriptionstatic MapProps.BuilderMapProps.builder()Sets the value ofMapBaseProps.getComment()Sets the value ofMapBaseProps.getInputPath()MapProps.Builder.itemSelector(Map<String, ? extends Object> itemSelector) Sets the value ofMapBaseProps.getItemSelector()Sets the value ofMapBaseProps.getItemsPath()MapProps.Builder.maxConcurrency(Number maxConcurrency) Sets the value ofMapBaseProps.getMaxConcurrency()MapProps.Builder.maxConcurrencyPath(String maxConcurrencyPath) Sets the value ofMapBaseProps.getMaxConcurrencyPath()MapProps.Builder.outputPath(String outputPath) Sets the value ofMapBaseProps.getOutputPath()MapProps.Builder.parameters(Map<String, ? extends Object> parameters) Deprecated.Step Functions has deprecated the `parameters` field in favor of the new `itemSelector` fieldMapProps.Builder.resultPath(String resultPath) Sets the value ofMapBaseProps.getResultPath()MapProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofMapBaseProps.getResultSelector()Sets the value ofMapBaseProps.getStateName()Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type MapProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(MapProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMapProps.Builder.