Class JsonImport.Builder

All Implemented Interfaces:
JsonImportBuilder
Enclosing class:
JsonImport

public static class JsonImport.Builder extends FileImportBuilder<JsonImport.Builder,JsonImport> implements JsonImportBuilder
The Builder class allows setting properties for a JSON import and provides a build() method which returns a JsonImport object that will use the configured properties to import batch data.
  • Constructor Details

    • Builder

      public Builder(String namespace, String table)
      Creates the JsonImportBuilder object. Normally accessed through JsonImport.builder(String, String).
      Parameters:
      namespace - The String name of the namespace into which data will be imported.
      table - The String name of the table into which data will be imported.
  • Method Details