Interface UpdateMapRunRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>, SdkBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>, SdkPojo, SdkRequest.Builder, SfnRequest.Builder
Enclosing class:
UpdateMapRunRequest

public static interface UpdateMapRunRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>
  • Method Details

    • mapRunArn

      UpdateMapRunRequest.Builder mapRunArn(String 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

      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.

      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

      UpdateMapRunRequest.Builder toleratedFailurePercentage(Float 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

      UpdateMapRunRequest.Builder toleratedFailureCount(Long 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.