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