public static class BipCallAttribute.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BipCallAttribute.Builder |
bucketSchema(Schema bucketSchema) |
BipCallAttribute |
build() |
BipCallAttribute.Builder |
copy(BipCallAttribute model) |
BipCallAttribute.Builder |
fetchNextRowsParameter(String fetchNextRowsParameter)
Name of BIP report parameter to control the fetch next rows of the chunk.
|
BipCallAttribute.Builder |
fetchSize(Integer fetchSize) |
BipCallAttribute.Builder |
offsetParameter(String offsetParameter)
Name of BIP report parameter to control the offset of the chunk.
|
BipCallAttribute.Builder |
stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) |
BipCallAttribute.Builder |
stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset) |
public BipCallAttribute.Builder fetchSize(Integer fetchSize)
public BipCallAttribute.Builder offsetParameter(String offsetParameter)
Name of BIP report parameter to control the offset of the chunk.
offsetParameter
- the value to setpublic BipCallAttribute.Builder fetchNextRowsParameter(String fetchNextRowsParameter)
Name of BIP report parameter to control the fetch next rows of the chunk.
fetchNextRowsParameter
- the value to setpublic BipCallAttribute.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset)
public BipCallAttribute.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
public BipCallAttribute.Builder bucketSchema(Schema bucketSchema)
public BipCallAttribute build()
public BipCallAttribute.Builder copy(BipCallAttribute model)
Copyright © 2016–2024. All rights reserved.