Class BipCallAttribute.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.BipCallAttribute.Builder
 
- 
- Enclosing class:
- BipCallAttribute
 
 public static class BipCallAttribute.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
fetchSizepublic BipCallAttribute.Builder fetchSize(Integer fetchSize) 
 - 
offsetParameterpublic 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
 
 - 
fetchNextRowsParameterpublic 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
 
 - 
stagingDataAssetpublic BipCallAttribute.Builder stagingDataAsset(DataAssetSummaryFromObjectStorage stagingDataAsset) 
 - 
stagingConnectionpublic BipCallAttribute.Builder stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection) 
 - 
bucketSchemapublic BipCallAttribute.Builder bucketSchema(Schema bucketSchema) 
 - 
buildpublic BipCallAttribute build() 
 - 
copypublic BipCallAttribute.Builder copy(BipCallAttribute model) 
 
- 
 
-