Interface AiLabel.Builder1

Enclosing class:
AiLabel

public static interface AiLabel.Builder1
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    value(String value)
    Set the value of this AiLabel instance.
  • Method Details

    • value

      AiLabel value(@Nonnull String value)
      Set the value of this AiLabel instance.
      Parameters:
      value - The value of this AiLabel
      Returns:
      The AiLabel instance.