Interface MultipleNodeInputConnectionsFlowValidationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultipleNodeInputConnectionsFlowValidationDetails.Builder,
,MultipleNodeInputConnectionsFlowValidationDetails> SdkBuilder<MultipleNodeInputConnectionsFlowValidationDetails.Builder,
,MultipleNodeInputConnectionsFlowValidationDetails> SdkPojo
- Enclosing class:
MultipleNodeInputConnectionsFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface MultipleNodeInputConnectionsFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<MultipleNodeInputConnectionsFlowValidationDetails.Builder,MultipleNodeInputConnectionsFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the input with multiple connections to it.The name of the node containing the input with multiple connections.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
-
input
The name of the input with multiple connections to it.
- Parameters:
input
- The name of the input with multiple connections to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
node
The name of the node containing the input with multiple connections.
- Parameters:
node
- The name of the node containing the input with multiple connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-