| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMapRunResponse |
SfnClient.updateMapRun(Consumer<UpdateMapRunRequest.Builder> updateMapRunRequest)
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum
concurrency and Map Run failure.
|
default CompletableFuture<UpdateMapRunResponse> |
SfnAsyncClient.updateMapRun(Consumer<UpdateMapRunRequest.Builder> updateMapRunRequest)
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum
concurrency and Map Run failure.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateMapRunRequest.Builder |
UpdateMapRunRequest.builder() |
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
|
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.maxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at
the same time.
|
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.toBuilder() |
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.toleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
|
UpdateMapRunRequest.Builder |
UpdateMapRunRequest.Builder.toleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMapRunRequest.Builder> |
UpdateMapRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.