Interface Branch.Builder

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

@Mutable @NotThreadSafe public static interface Branch.Builder extends SdkPojo, CopyableBuilder<Branch.Builder,Branch>
  • Method Details

    • rootEventId

      Branch.Builder rootEventId(String rootEventId)

      The identifier of the root event for this branch.

      Parameters:
      rootEventId - The identifier of the root event for this branch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Branch.Builder name(String name)

      The name of the branch.

      Parameters:
      name - The name of the branch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.