Interface EdgeStructure.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EdgeStructure.Builder,EdgeStructure>, SdkBuilder<EdgeStructure.Builder,EdgeStructure>, SdkPojo
Enclosing class:
EdgeStructure

public static interface EdgeStructure.Builder extends SdkPojo, CopyableBuilder<EdgeStructure.Builder,EdgeStructure>
  • Method Details

    • count

      The number of instances of the edge in the graph.

      Parameters:
      count - The number of instances of the edge in the graph.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgeProperties

      EdgeStructure.Builder edgeProperties(Collection<String> edgeProperties)

      A list of the properties associated with the edge.

      Parameters:
      edgeProperties - A list of the properties associated with the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgeProperties

      EdgeStructure.Builder edgeProperties(String... edgeProperties)

      A list of the properties associated with the edge.

      Parameters:
      edgeProperties - A list of the properties associated with the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.