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