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 edges that have this specific structure.

      Parameters:
      count - The number of edges that have this specific structure.
      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 edge properties present in this specific structure.

      Parameters:
      edgeProperties - A list of edge properties present in this specific structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgeProperties

      EdgeStructure.Builder edgeProperties(String... edgeProperties)

      A list of edge properties present in this specific structure.

      Parameters:
      edgeProperties - A list of edge properties present in this specific structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.