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