Class SyncCatalogs
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SyncCatalogs
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SyncCatalogs extends com.ibm.cloud.sdk.core.service.model.GenericModel
catalogs definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SyncCatalogs.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
asPatch()
Construct a JSON merge-patch from the SyncCatalogs.java.lang.Boolean
autoAddNewTables()
Gets the autoAddNewTables.SyncCatalogs.Builder
newBuilder()
New builder.java.lang.Boolean
syncIcebergMd()
Gets the syncIcebergMd.
-
-
-
Method Detail
-
newBuilder
public SyncCatalogs.Builder newBuilder()
New builder.- Returns:
- a SyncCatalogs builder
-
autoAddNewTables
public java.lang.Boolean autoAddNewTables()
Gets the autoAddNewTables. Auto add new table.- Returns:
- the autoAddNewTables
-
syncIcebergMd
public java.lang.Boolean syncIcebergMd()
Gets the syncIcebergMd. Sync iceberg metadata.- Returns:
- the syncIcebergMd
-
asPatch
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Construct a JSON merge-patch from the SyncCatalogs. Note that properties of the SyncCatalogs with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.- Returns:
- a JSON merge-patch for the SyncCatalogs
-
-