Interface MissingLoopControllerNodeFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MissingLoopControllerNodeFlowValidationDetails.Builder,,MissingLoopControllerNodeFlowValidationDetails> SdkBuilder<MissingLoopControllerNodeFlowValidationDetails.Builder,,MissingLoopControllerNodeFlowValidationDetails> SdkPojo
- Enclosing class:
MissingLoopControllerNodeFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface MissingLoopControllerNodeFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<MissingLoopControllerNodeFlowValidationDetails.Builder,MissingLoopControllerNodeFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe DoWhile loop in a flow that's missing a requiredLoopControllernode.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
-
loopNode
The DoWhile loop in a flow that's missing a required
LoopControllernode.- Parameters:
loopNode- The DoWhile loop in a flow that's missing a requiredLoopControllernode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-