Interface LoopFlowNodeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoopFlowNodeConfiguration.Builder,
,LoopFlowNodeConfiguration> SdkBuilder<LoopFlowNodeConfiguration.Builder,
,LoopFlowNodeConfiguration> SdkPojo
- Enclosing class:
LoopFlowNodeConfiguration
@Mutable
@NotThreadSafe
public static interface LoopFlowNodeConfiguration.Builder
extends SdkPojo, CopyableBuilder<LoopFlowNodeConfiguration.Builder,LoopFlowNodeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(Consumer<FlowDefinition.Builder> definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.definition
(FlowDefinition definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.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
-
definition
The definition of the DoWhile loop nodes and connections between nodes in the flow.
- Parameters:
definition
- The definition of the DoWhile loop nodes and connections between nodes in the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
The definition of the DoWhile loop nodes and connections between nodes in the flow.
This is a convenience method that creates an instance of theFlowDefinition.Builder
avoiding the need to create one manually viaFlowDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(FlowDefinition)
.- Parameters:
definition
- a consumer that will call methods onFlowDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-