Interface FlowAliasConcurrencyConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowAliasConcurrencyConfiguration.Builder,
,FlowAliasConcurrencyConfiguration> SdkBuilder<FlowAliasConcurrencyConfiguration.Builder,
,FlowAliasConcurrencyConfiguration> SdkPojo
- Enclosing class:
FlowAliasConcurrencyConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionmaxConcurrency
(Integer maxConcurrency) The maximum number of nodes that can be executed concurrently in the flow.The type of concurrency to use for parallel node execution.type
(ConcurrencyType type) The type of concurrency to use for parallel node execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
-