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

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

    • timeSpan

      Clip.Builder timeSpan(TimeSpan timeSpan)

      Settings that determine when a clip begins and how long it lasts.

      Parameters:
      timeSpan - Settings that determine when a clip begins and how long it lasts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeSpan

      default Clip.Builder timeSpan(Consumer<TimeSpan.Builder> timeSpan)

      Settings that determine when a clip begins and how long it lasts.

      This is a convenience method that creates an instance of the TimeSpan.Builder avoiding the need to create one manually via TimeSpan.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to timeSpan(TimeSpan).

      Parameters:
      timeSpan - a consumer that will call methods on TimeSpan.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: