Uses of Interface
software.amazon.awssdk.services.sfn.model.DescribeMapRunResponse.Builder
Packages that use DescribeMapRunResponse.Builder
-
Uses of DescribeMapRunResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return DescribeMapRunResponse.BuilderModifier and TypeMethodDescriptionDescribeMapRunResponse.builder()DescribeMapRunResponse.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.default DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder.executionCounts(Consumer<MapRunExecutionCounts.Builder> executionCounts) A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such asfailedandsucceeded.DescribeMapRunResponse.Builder.executionCounts(MapRunExecutionCounts executionCounts) A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such asfailedandsucceeded.default DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder.itemCounts(Consumer<MapRunItemCounts.Builder> itemCounts) A JSON object that contains information about the total number of items, and the item count for each processing status, such aspendingandfailed.DescribeMapRunResponse.Builder.itemCounts(MapRunItemCounts itemCounts) A JSON object that contains information about the total number of items, and the item count for each processing status, such aspendingandfailed.The Amazon Resource Name (ARN) that identifies a Map Run.DescribeMapRunResponse.Builder.maxConcurrency(Integer maxConcurrency) The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.DescribeMapRunResponse.Builder.redriveCount(Integer redriveCount) The number of times you've redriven a Map Run.DescribeMapRunResponse.Builder.redriveDate(Instant redriveDate) The date a Map Run was last redriven.The date when the Map Run was started.The current status of the Map Run.DescribeMapRunResponse.Builder.status(MapRunStatus status) The current status of the Map Run.The date when the Map Run was stopped.DescribeMapRunResponse.toBuilder()DescribeMapRunResponse.Builder.toleratedFailureCount(Long toleratedFailureCount) The maximum number of failed child workflow executions before the Map Run fails.DescribeMapRunResponse.Builder.toleratedFailurePercentage(Float toleratedFailurePercentage) The maximum percentage of failed child workflow executions before the Map Run fails.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type DescribeMapRunResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeMapRunResponse.Builder>DescribeMapRunResponse.serializableBuilderClass()