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