Interface FlowAliasConcurrencyConfiguration.Builder

    • Method Detail

      • type

        FlowAliasConcurrencyConfiguration.Builder type​(String 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:
        ConcurrencyType, ConcurrencyType
      • type

        FlowAliasConcurrencyConfiguration.Builder type​(ConcurrencyType 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:
        ConcurrencyType, ConcurrencyType
      • 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.