Interface LoopIncompatibleNodeTypeFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,,LoopIncompatibleNodeTypeFlowValidationDetails> SdkBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,,LoopIncompatibleNodeTypeFlowValidationDetails> SdkPojo
- Enclosing class:
- LoopIncompatibleNodeTypeFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface LoopIncompatibleNodeTypeFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<LoopIncompatibleNodeTypeFlowValidationDetails.Builder,LoopIncompatibleNodeTypeFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionincompatibleNodeName(String incompatibleNodeName) The node that's incompatible in the DoWhile loop.incompatibleNodeType(String incompatibleNodeType) The node type of the incompatible node in the DoWhile loop.incompatibleNodeType(IncompatibleLoopNodeType incompatibleNodeType) The node type of the incompatible node in the DoWhile loop.TheLoopcontainer node that contains an incompatible node.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
node
The
Loopcontainer node that contains an incompatible node.- Parameters:
node- TheLoopcontainer node that contains an incompatible node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incompatibleNodeType
LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeType(String incompatibleNodeType) The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
- Parameters:
incompatibleNodeType- The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incompatibleNodeType
LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeType(IncompatibleLoopNodeType incompatibleNodeType) The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.
- Parameters:
incompatibleNodeType- The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incompatibleNodeName
LoopIncompatibleNodeTypeFlowValidationDetails.Builder incompatibleNodeName(String incompatibleNodeName) The node that's incompatible in the DoWhile loop.
- Parameters:
incompatibleNodeName- The node that's incompatible in the DoWhile loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-