Class DeltaRefreshEnrichmentJobConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaidata.model.DeltaRefreshEnrichmentJobConfiguration.Builder
-
- Enclosing class:
- DeltaRefreshEnrichmentJobConfiguration
public static class DeltaRefreshEnrichmentJobConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeltaRefreshEnrichmentJobConfigurationbuild()DeltaRefreshEnrichmentJobConfiguration.Buildercopy(DeltaRefreshEnrichmentJobConfiguration model)DeltaRefreshEnrichmentJobConfiguration.BuilderdeltaRefreshSchedule(Object deltaRefreshSchedule)Schedule for occurrences of Delta Refresh jobsDeltaRefreshEnrichmentJobConfiguration.BuilderschemaName(String schemaName)Name of the DB Schema to be enriched
-
-
-
Method Detail
-
schemaName
public DeltaRefreshEnrichmentJobConfiguration.Builder schemaName(String schemaName)
Name of the DB Schema to be enriched- Parameters:
schemaName- the value to set- Returns:
- this builder
-
deltaRefreshSchedule
public DeltaRefreshEnrichmentJobConfiguration.Builder deltaRefreshSchedule(Object deltaRefreshSchedule)
Schedule for occurrences of Delta Refresh jobs- Parameters:
deltaRefreshSchedule- the value to set- Returns:
- this builder
-
build
public DeltaRefreshEnrichmentJobConfiguration build()
-
copy
public DeltaRefreshEnrichmentJobConfiguration.Builder copy(DeltaRefreshEnrichmentJobConfiguration model)
-
-