Interface FlowAliasConcurrencyConfiguration.Builder

  • Method Details

    • maxConcurrency

      FlowAliasConcurrencyConfiguration.Builder maxConcurrency(Integer maxConcurrency)

      The maximum number of nodes that can be executed concurrently in the flow.

      Parameters:
      maxConcurrency - The maximum number of nodes that can be executed concurrently in the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of concurrency to use for parallel node execution. Specify one of the following options:

      • Automatic - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.

      • Manual - You specify which nodes can be executed in parallel.

      Parameters:
      type - The type of concurrency to use for parallel node execution. Specify one of the following options:

      • Automatic - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.

      • Manual - You specify which nodes can be executed in parallel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of concurrency to use for parallel node execution. Specify one of the following options:

      • Automatic - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.

      • Manual - You specify which nodes can be executed in parallel.

      Parameters:
      type - The type of concurrency to use for parallel node execution. Specify one of the following options:

      • Automatic - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.

      • Manual - You specify which nodes can be executed in parallel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: