Interface UiTemplate.Builder

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

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

    • content

      UiTemplate.Builder content(String content)

      The content of the Liquid template for the worker user interface.

      Parameters:
      content - The content of the Liquid template for the worker user interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.