Class BiccReadAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.BiccReadAttributes.Builder
 
- 
- Enclosing class:
- BiccReadAttributes
 
 public static class BiccReadAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BiccReadAttributesbuild()BiccReadAttributes.Buildercopy(BiccReadAttributes model)BiccReadAttributes.BuilderexternalStorage(ExternalStorage externalStorage)BiccReadAttributes.BuilderextractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy)Extraction Strategy - FULL|INCREMENTALBiccReadAttributes.BuilderfetchSize(Integer fetchSize)The fetch size for reading.BiccReadAttributes.BuilderinitialExtractDate(Date initialExtractDate)Date from where extract should startBiccReadAttributes.BuilderlastExtractDate(Date lastExtractDate)Date last extracted
 
- 
- 
- 
Method Detail- 
fetchSizepublic BiccReadAttributes.Builder fetchSize(Integer fetchSize) The fetch size for reading.- Parameters:
- fetchSize- the value to set
- Returns:
- this builder
 
 - 
extractStrategypublic BiccReadAttributes.Builder extractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy) Extraction Strategy - FULL|INCREMENTAL- Parameters:
- extractStrategy- the value to set
- Returns:
- this builder
 
 - 
externalStoragepublic BiccReadAttributes.Builder externalStorage(ExternalStorage externalStorage) 
 - 
initialExtractDatepublic BiccReadAttributes.Builder initialExtractDate(Date initialExtractDate) Date from where extract should start- Parameters:
- initialExtractDate- the value to set
- Returns:
- this builder
 
 - 
lastExtractDatepublic BiccReadAttributes.Builder lastExtractDate(Date lastExtractDate) Date last extracted- Parameters:
- lastExtractDate- the value to set
- Returns:
- this builder
 
 - 
buildpublic BiccReadAttributes build() 
 - 
copypublic BiccReadAttributes.Builder copy(BiccReadAttributes model) 
 
- 
 
-