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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnfulfilledNodeInputFlowValidationDetails.Builderinput(String input)The name of the unfulfilled input.UnfulfilledNodeInputFlowValidationDetails.Buildernode(String node)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 Detail
-
node
UnfulfilledNodeInputFlowValidationDetails.Builder node(String 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.
-
input
UnfulfilledNodeInputFlowValidationDetails.Builder input(String 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.
-
-