Interface UnreachableNodeFlowValidationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UnreachableNodeFlowValidationDetails.Builder,,UnreachableNodeFlowValidationDetails> SdkBuilder<UnreachableNodeFlowValidationDetails.Builder,,UnreachableNodeFlowValidationDetails> SdkPojo
- Enclosing class:
UnreachableNodeFlowValidationDetails
@Mutable
@NotThreadSafe
public static interface UnreachableNodeFlowValidationDetails.Builder
extends SdkPojo, CopyableBuilder<UnreachableNodeFlowValidationDetails.Builder,UnreachableNodeFlowValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the unreachable node.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
node
The name of the unreachable node.
- Parameters:
node- The name of the unreachable node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-