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.BuilderbucketSchema(Schema bucketSchema)BipCallAttributebuild()BipCallAttribute.Buildercopy(BipCallAttribute model)BipCallAttribute.BuilderfetchNextRowsParameter(String fetchNextRowsParameter)Name of BIP report parameter to control the fetch next rows of the chunk.BipCallAttribute.BuilderfetchSize(Integer fetchSize)BipCallAttribute.BuilderoffsetParameter(String offsetParameter)Name of BIP report parameter to control the offset of the chunk.BipCallAttribute.BuilderstagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)BipCallAttribute.BuilderstagingDataAsset(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)
 
 - 
 
 -