Uses of Class
com.oracle.bmc.dataintegration.model.BipCallAttribute.Builder
-
Packages that use BipCallAttribute.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of BipCallAttribute.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return BipCallAttribute.Builder Modifier and Type Method Description BipCallAttribute.Builder
BipCallAttribute.Builder. bucketSchema(Schema bucketSchema)
static BipCallAttribute.Builder
BipCallAttribute. builder()
Create a new builder.BipCallAttribute.Builder
BipCallAttribute.Builder. copy(BipCallAttribute model)
BipCallAttribute.Builder
BipCallAttribute.Builder. fetchNextRowsParameter(String fetchNextRowsParameter)
Name of BIP report parameter to control the fetch next rows of the chunk.BipCallAttribute.Builder
BipCallAttribute.Builder. fetchSize(Integer fetchSize)
BipCallAttribute.Builder
BipCallAttribute.Builder. offsetParameter(String offsetParameter)
Name of BIP report parameter to control the offset of the chunk.BipCallAttribute.Builder
BipCallAttribute.Builder. stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
BipCallAttribute.Builder
BipCallAttribute.Builder. stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset)
BipCallAttribute.Builder
BipCallAttribute. toBuilder()
-