public static class UpdateConfig.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConfig |
build() |
UpdateConfig.Builder |
configUpdates(UpdateMap configUpdates) |
UpdateConfig.Builder |
deleteKeys(List<String> deleteKeys)
Deprecated.
Use
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure. |
UpdateConfig.Builder |
fieldMetadata(Map<Integer,Map<String,String>> fieldMetadata)
Deprecated.
Use
fieldMetadataUpdates(Map) instead. This method converts the old API
to the new UpdateMap structure. |
UpdateConfig.Builder |
fieldMetadataUpdates(Map<Integer,UpdateMap> fieldMetadataUpdates) |
UpdateConfig.Builder |
schemaMetadata(Map<String,String> schemaMetadata)
Deprecated.
Use
schemaMetadataUpdates(UpdateMap) instead. This method converts the
old API to the new UpdateMap structure. |
UpdateConfig.Builder |
schemaMetadataUpdates(UpdateMap schemaMetadataUpdates) |
UpdateConfig.Builder |
tableMetadataUpdates(UpdateMap tableMetadataUpdates) |
UpdateConfig.Builder |
upsertValues(Map<String,String> upsertValues)
Deprecated.
Use
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure. |
public UpdateConfig.Builder configUpdates(UpdateMap configUpdates)
public UpdateConfig.Builder tableMetadataUpdates(UpdateMap tableMetadataUpdates)
public UpdateConfig.Builder schemaMetadataUpdates(UpdateMap schemaMetadataUpdates)
public UpdateConfig.Builder fieldMetadataUpdates(Map<Integer,UpdateMap> fieldMetadataUpdates)
public UpdateConfig build()
@Deprecated public UpdateConfig.Builder upsertValues(Map<String,String> upsertValues)
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure.upsertValues - Map of key-value pairs to upsert in the config@Deprecated public UpdateConfig.Builder deleteKeys(List<String> deleteKeys)
configUpdates(UpdateMap) instead. This method converts the old API
to the new UpdateMap structure.deleteKeys - List of keys to delete from the config@Deprecated public UpdateConfig.Builder schemaMetadata(Map<String,String> schemaMetadata)
schemaMetadataUpdates(UpdateMap) instead. This method converts the
old API to the new UpdateMap structure.schemaMetadata - Map of schema metadata to update@Deprecated public UpdateConfig.Builder fieldMetadata(Map<Integer,Map<String,String>> fieldMetadata)
fieldMetadataUpdates(Map) instead. This method converts the old API
to the new UpdateMap structure.fieldMetadata - Map of field ID to metadata mapCopyright © 2025. All rights reserved.