Class UpdateMapRunRequest

    • Method Detail

      • mapRunArn

        public final String mapRunArn()

        The Amazon Resource Name (ARN) of a Map Run.

        Returns:
        The Amazon Resource Name (ARN) of a Map Run.
      • maxConcurrency

        public final 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.

        Returns:
        The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
      • toleratedFailurePercentage

        public final Float toleratedFailurePercentage()

        The maximum percentage of failed items before the Map Run fails.

        Returns:
        The maximum percentage of failed items before the Map Run fails.
      • toleratedFailureCount

        public final Long toleratedFailureCount()

        The maximum number of failed items before the Map Run fails.

        Returns:
        The maximum number of failed items before the Map Run fails.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object