static DescribeMapRunResponse.Builder |
DescribeMapRunResponse.builder() |
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
default DescribeMapRunResponse.Builder |
DescribeMapRunResponse.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 as failed and
succeeded.
|
DescribeMapRunResponse.Builder |
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 as failed and
succeeded.
|
default DescribeMapRunResponse.Builder |
DescribeMapRunResponse.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 as pending and failed.
|
DescribeMapRunResponse.Builder |
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 as pending and failed.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.mapRunArn(String mapRunArn) |
The Amazon Resource Name (ARN) that identifies a Map Run.
|
DescribeMapRunResponse.Builder |
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 |
DescribeMapRunResponse.Builder.redriveCount(Integer redriveCount) |
The number of times you've redriven a Map Run.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.redriveDate(Instant redriveDate) |
The date a Map Run was last redriven.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.startDate(Instant startDate) |
The date when the Map Run was started.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.status(String status) |
The current status of the Map Run.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.status(MapRunStatus status) |
The current status of the Map Run.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.stopDate(Instant stopDate) |
The date when the Map Run was stopped.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.toBuilder() |
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.toleratedFailureCount(Long toleratedFailureCount) |
The maximum number of failed child workflow executions before the Map Run fails.
|
DescribeMapRunResponse.Builder |
DescribeMapRunResponse.Builder.toleratedFailurePercentage(Float toleratedFailurePercentage) |
The maximum percentage of failed child workflow executions before the Map Run fails.
|