Class BipReadAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.BipReadAttributes.Builder
 
- 
- Enclosing class:
- BipReadAttributes
 
 public static class BipReadAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
fetchSizepublic BipReadAttributes.Builder fetchSize(Integer fetchSize) The fetch size for reading.- Parameters:
- fetchSize- the value to set
- Returns:
- this builder
 
 - 
rowLimitpublic BipReadAttributes.Builder rowLimit(Integer rowLimit) The maximum number of rows to read.- Parameters:
- rowLimit- the value to set
- Returns:
- this builder
 
 - 
offsetParameterpublic BipReadAttributes.Builder offsetParameter(String offsetParameter) Name of BIP report parameter to control the start of the chunk- Parameters:
- offsetParameter- the value to set
- Returns:
- this builder
 
 - 
fetchNextRowsParameterpublic BipReadAttributes.Builder fetchNextRowsParameter(String fetchNextRowsParameter) Name of BIP report parameter to control the start of the chunk- Parameters:
- fetchNextRowsParameter- the value to set
- Returns:
- this builder
 
 - 
customParameterspublic BipReadAttributes.Builder customParameters(List<BipReportParameterValue> customParameters) An array of custom BIP report parameters and their values.- Parameters:
- customParameters- the value to set
- Returns:
- this builder
 
 - 
stagingDataAssetpublic BipReadAttributes.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset) 
 - 
stagingConnectionpublic BipReadAttributes.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) 
 - 
bucketSchemapublic BipReadAttributes.Builder bucketSchema(Schema bucketSchema) 
 - 
buildpublic BipReadAttributes build() 
 - 
copypublic BipReadAttributes.Builder copy(BipReadAttributes model) 
 
- 
 
-