Class BipReadAttributes.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.BipReadAttributes.Builder
-
- Enclosing class:
- BipReadAttributes
public static class BipReadAttributes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
fetchSize
public BipReadAttributes.Builder fetchSize(Integer fetchSize)
The fetch size for reading.- Parameters:
fetchSize
- the value to set- Returns:
- this builder
-
rowLimit
public BipReadAttributes.Builder rowLimit(Integer rowLimit)
The maximum number of rows to read.- Parameters:
rowLimit
- the value to set- Returns:
- this builder
-
offsetParameter
public 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
-
fetchNextRowsParameter
public 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
-
customParameters
public 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
-
stagingDataAsset
public BipReadAttributes.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset)
-
stagingConnection
public BipReadAttributes.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
-
bucketSchema
public BipReadAttributes.Builder bucketSchema(Schema bucketSchema)
-
build
public BipReadAttributes build()
-
copy
public BipReadAttributes.Builder copy(BipReadAttributes model)
-
-