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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DuplicateConnectionsFlowValidationDetails.Buildersource(String source)The name of the source node where the duplicate connection starts.DuplicateConnectionsFlowValidationDetails.Buildertarget(String target)The name of the target node where the duplicate connection ends.-
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 Detail
-
source
DuplicateConnectionsFlowValidationDetails.Builder source(String 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
DuplicateConnectionsFlowValidationDetails.Builder target(String 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.
-
-