public static interface UpdateMapRunRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMapRunRequest.Builder |
mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMapRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMapRunRequest.Builder |
toleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
|
UpdateMapRunRequest.Builder |
toleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMapRunRequest.Builder mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
mapRunArn - The Amazon Resource Name (ARN) of a Map Run.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.
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 toleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
toleratedFailurePercentage - The maximum percentage of failed items before the Map Run fails.UpdateMapRunRequest.Builder toleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
toleratedFailureCount - The maximum number of failed items before the Map Run fails.UpdateMapRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMapRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.