Interface DuplicateConnectionsFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DuplicateConnectionsFlowValidationDetails.Builder,,DuplicateConnectionsFlowValidationDetails> SdkBuilder<DuplicateConnectionsFlowValidationDetails.Builder,,DuplicateConnectionsFlowValidationDetails> SdkPojo
- Enclosing class:
DuplicateConnectionsFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface DuplicateConnectionsFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<DuplicateConnectionsFlowValidationDetails.Builder,DuplicateConnectionsFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the source node where the duplicate connection starts.The name of the target node where the duplicate connection ends.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
-
source
The name of the source node where the duplicate connection starts.
- Parameters:
source- The name of the source node where the duplicate connection starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The name of the target node where the duplicate connection ends.
- Parameters:
target- The name of the target node where the duplicate connection ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-