Class TablePatch.Builder

  • Enclosing class:
    TablePatch

    public static class TablePatch.Builder
    extends java.lang.Object
    Builder.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Instantiates a new builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public TablePatch build()
        Builds a TablePatch.
        Returns:
        the new TablePatch instance
      • tableName

        public TablePatch.Builder tableName​(java.lang.String tableName)
        Set the tableName.
        Parameters:
        tableName - the tableName
        Returns:
        the TablePatch builder