public static interface DescribeMapRunResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<DescribeMapRunResponse.Builder,DescribeMapRunResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMapRunResponse.Builder |
executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
|
default 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 |
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 |
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 |
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 |
mapRunArn(String mapRunArn)
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 |
startDate(Instant startDate)
The date when the Map Run was started.
|
DescribeMapRunResponse.Builder |
status(MapRunStatus status)
The current status of the Map Run.
|
DescribeMapRunResponse.Builder |
status(String status)
The current status of the Map Run.
|
DescribeMapRunResponse.Builder |
stopDate(Instant stopDate)
The date when the Map Run was stopped.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMapRunResponse.Builder mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) that identifies a Map Run.
mapRunArn - The Amazon Resource Name (ARN) that identifies a Map Run.DescribeMapRunResponse.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
executionArn - The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.DescribeMapRunResponse.Builder status(String status)
The current status of the Map Run.
status - The current status of the Map Run.MapRunStatus,
MapRunStatusDescribeMapRunResponse.Builder status(MapRunStatus status)
The current status of the Map Run.
status - The current status of the Map Run.MapRunStatus,
MapRunStatusDescribeMapRunResponse.Builder startDate(Instant startDate)
The date when the Map Run was started.
startDate - The date when the Map Run was started.DescribeMapRunResponse.Builder stopDate(Instant stopDate)
The date when the Map Run was stopped.
stopDate - The date when the Map Run was stopped.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.
maxConcurrency - The maximum number of child workflow executions configured to run in parallel for the Map Run at the
same time.DescribeMapRunResponse.Builder toleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed child workflow executions before the Map Run fails.
toleratedFailurePercentage - The maximum percentage of failed child workflow executions before the Map Run fails.DescribeMapRunResponse.Builder toleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed child workflow executions before the Map Run fails.
toleratedFailureCount - The maximum number of failed child workflow executions before the Map Run fails.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.
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.default 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.
MapRunItemCounts.Builder avoiding the
need to create one manually via MapRunItemCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to itemCounts(MapRunItemCounts).
itemCounts - a consumer that will call methods on MapRunItemCounts.BuilderitemCounts(MapRunItemCounts)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.
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 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.
MapRunExecutionCounts.Builder avoiding
the need to create one manually via MapRunExecutionCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to executionCounts(MapRunExecutionCounts).
executionCounts - a consumer that will call methods on MapRunExecutionCounts.BuilderexecutionCounts(MapRunExecutionCounts)Copyright © 2023. All rights reserved.