Class BipCallAttribute.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.BipCallAttribute.Builder
-
- Enclosing class:
- BipCallAttribute
public static class BipCallAttribute.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
fetchSize
public BipCallAttribute.Builder fetchSize(Integer fetchSize)
-
offsetParameter
public BipCallAttribute.Builder offsetParameter(String offsetParameter)
Name of BIP report parameter to control the offset of the chunk.- Parameters:
offsetParameter
- the value to set- Returns:
- this builder
-
fetchNextRowsParameter
public BipCallAttribute.Builder fetchNextRowsParameter(String fetchNextRowsParameter)
Name of BIP report parameter to control the fetch next rows of the chunk.- Parameters:
fetchNextRowsParameter
- the value to set- Returns:
- this builder
-
stagingDataAsset
public BipCallAttribute.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset)
-
stagingConnection
public BipCallAttribute.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
-
bucketSchema
public BipCallAttribute.Builder bucketSchema(Schema bucketSchema)
-
build
public BipCallAttribute build()
-
copy
public BipCallAttribute.Builder copy(BipCallAttribute model)
-
-