Interface InvalidLoopBoundaryFlowValidationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,
,InvalidLoopBoundaryFlowValidationDetails> SdkBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,
,InvalidLoopBoundaryFlowValidationDetails> SdkPojo
- Enclosing class:
InvalidLoopBoundaryFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface InvalidLoopBoundaryFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<InvalidLoopBoundaryFlowValidationDetails.Builder,InvalidLoopBoundaryFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionconnection
(String connection) The name of the connection that violates loop boundary rules.The source node of the connection that violates DoWhile loop boundary rules.The target node of the connection that violates DoWhile loop boundary rules.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
-
connection
The name of the connection that violates loop boundary rules.
- Parameters:
connection
- The name of the connection that violates loop boundary rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source node of the connection that violates DoWhile loop boundary rules.
- Parameters:
source
- The source node of the connection that violates DoWhile loop boundary rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The target node of the connection that violates DoWhile loop boundary rules.
- Parameters:
target
- The target node of the connection that violates DoWhile loop boundary rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-