public static class BipReadAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
public BipReadAttributes.Builder fetchSize(Integer fetchSize)
The fetch size for reading.
fetchSize
- the value to setpublic BipReadAttributes.Builder rowLimit(Integer rowLimit)
The maximum number of rows to read.
rowLimit
- the value to setpublic BipReadAttributes.Builder offsetParameter(String offsetParameter)
Name of BIP report parameter to control the start of the chunk
offsetParameter
- the value to setpublic BipReadAttributes.Builder fetchNextRowsParameter(String fetchNextRowsParameter)
Name of BIP report parameter to control the start of the chunk
fetchNextRowsParameter
- the value to setpublic BipReadAttributes.Builder customParameters(List<BipReportParameterValue> customParameters)
An array of custom BIP report parameters and their values.
customParameters
- the value to setpublic BipReadAttributes.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset)
public BipReadAttributes.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
public BipReadAttributes.Builder bucketSchema(Schema bucketSchema)
public BipReadAttributes build()
public BipReadAttributes.Builder copy(BipReadAttributes model)
Copyright © 2016–2024. All rights reserved.