Interface ChildBlock.Builder

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

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

    • childBlockId

      ChildBlock.Builder childBlockId(String childBlockId)

      Unique identifier for the child block.

      Parameters:
      childBlockId - Unique identifier for the child block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beginOffset

      ChildBlock.Builder beginOffset(Integer beginOffset)

      Offset of the start of the child block within its parent block.

      Parameters:
      beginOffset - Offset of the start of the child block within its parent block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffset

      ChildBlock.Builder endOffset(Integer endOffset)

      Offset of the end of the child block within its parent block.

      Parameters:
      endOffset - Offset of the end of the child block within its parent block.
      Returns:
      Returns a reference to this object so that method calls can be chained together.