Interface HarnessContentBlockStopEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HarnessContentBlockStopEvent.Builder,HarnessContentBlockStopEvent>, SdkBuilder<HarnessContentBlockStopEvent.Builder,HarnessContentBlockStopEvent>, SdkPojo
All Known Subinterfaces:
DefaultContentBlockStop.Builder
All Known Implementing Classes:
HarnessContentBlockStopEvent.BuilderImpl
Enclosing class:
HarnessContentBlockStopEvent

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

    • contentBlockIndex

      HarnessContentBlockStopEvent.Builder contentBlockIndex(Integer contentBlockIndex)

      The index of the content block that ended.

      Parameters:
      contentBlockIndex - The index of the content block that ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.