Interface Left.Builder3

Enclosing class:
Left

public static interface Left.Builder3
Builder helper class.
  • Method Summary

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

    • key

      Left.Builder4 key(@Nonnull String key)
      Set the key of this Left instance.
      Parameters:
      key - The key of this Left
      Returns:
      The Left builder.