public static class BiccReadAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BiccReadAttributes |
build() |
BiccReadAttributes.Builder |
copy(BiccReadAttributes model) |
BiccReadAttributes.Builder |
externalStorage(ExternalStorage externalStorage) |
BiccReadAttributes.Builder |
extractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy)
Extraction Strategy - FULL|INCREMENTAL
|
BiccReadAttributes.Builder |
fetchSize(Integer fetchSize)
The fetch size for reading.
|
BiccReadAttributes.Builder |
initialExtractDate(Date initialExtractDate)
Date from where extract should start
|
BiccReadAttributes.Builder |
lastExtractDate(Date lastExtractDate)
Date last extracted
|
public BiccReadAttributes.Builder fetchSize(Integer fetchSize)
The fetch size for reading.
fetchSize
- the value to setpublic BiccReadAttributes.Builder extractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy)
Extraction Strategy - FULL|INCREMENTAL
extractStrategy
- the value to setpublic BiccReadAttributes.Builder externalStorage(ExternalStorage externalStorage)
public BiccReadAttributes.Builder initialExtractDate(Date initialExtractDate)
Date from where extract should start
initialExtractDate
- the value to setpublic BiccReadAttributes.Builder lastExtractDate(Date lastExtractDate)
Date last extracted
lastExtractDate
- the value to setpublic BiccReadAttributes build()
public BiccReadAttributes.Builder copy(BiccReadAttributes model)
Copyright © 2016–2024. All rights reserved.