Interface UpdateMapRunRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMapRunRequest.Builder,,UpdateMapRunRequest> SdkBuilder<UpdateMapRunRequest.Builder,,UpdateMapRunRequest> SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- UpdateMapRunRequest
@Mutable
@NotThreadSafe
public static interface UpdateMapRunRequest.Builder
extends SfnRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of a Map Run.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) toleratedFailureCount(Long toleratedFailureCount) The maximum number of failed items before the Map Run fails.toleratedFailurePercentage(Float toleratedFailurePercentage) The maximum percentage of failed items before the Map Run fails.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
Method Details
-
mapRunArn
The Amazon Resource Name (ARN) of a Map Run.
- Parameters:
mapRunArn- The Amazon Resource Name (ARN) of a Map Run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxConcurrency
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
- Parameters:
maxConcurrency- The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toleratedFailurePercentage
The maximum percentage of failed items before the Map Run fails.
- Parameters:
toleratedFailurePercentage- The maximum percentage of failed items before the Map Run fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toleratedFailureCount
The maximum number of failed items before the Map Run fails.
- Parameters:
toleratedFailureCount- The maximum number of failed items before the Map Run fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMapRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMapRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-