Interface NodeStructure.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeStructure.Builder,
,NodeStructure> SdkBuilder<NodeStructure.Builder,
,NodeStructure> SdkPojo
- Enclosing class:
NodeStructure
@Mutable
@NotThreadSafe
public static interface NodeStructure.Builder
extends SdkPojo, CopyableBuilder<NodeStructure.Builder,NodeStructure>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of instances of this node.distinctOutgoingEdgeLabels
(String... distinctOutgoingEdgeLabels) The outgoing edge labels associated with this node.distinctOutgoingEdgeLabels
(Collection<String> distinctOutgoingEdgeLabels) The outgoing edge labels associated with this node.nodeProperties
(String... nodeProperties) Properties associated with this node.nodeProperties
(Collection<String> nodeProperties) Properties associated with this 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 Details
-
count
The number of instances of this node.
- Parameters:
count
- The number of instances of this node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeProperties
Properties associated with this node.
- Parameters:
nodeProperties
- Properties associated with this node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeProperties
Properties associated with this node.
- Parameters:
nodeProperties
- Properties associated with this node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distinctOutgoingEdgeLabels
The outgoing edge labels associated with this node.
- Parameters:
distinctOutgoingEdgeLabels
- The outgoing edge labels associated with this node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distinctOutgoingEdgeLabels
The outgoing edge labels associated with this node.
- Parameters:
distinctOutgoingEdgeLabels
- The outgoing edge labels associated with this node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-