Class EstimateRecallDataSizeResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.EstimateRecallDataSizeResult.Builder
 
- 
- Enclosing class:
- EstimateRecallDataSizeResult
 
 public static class EstimateRecallDataSizeResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateRecallDataSizeResultbuild()EstimateRecallDataSizeResult.Buildercopy(EstimateRecallDataSizeResult model)EstimateRecallDataSizeResult.BuildercoreGroupCount(Integer coreGroupCount)This is the number of core groups estimated for this recallEstimateRecallDataSizeResult.BuildercoreGroupCountLimit(Integer coreGroupCountLimit)This is the max number of core groups that is available for any recallEstimateRecallDataSizeResult.BuilderisOverlappingWithExistingRecalls(Boolean isOverlappingWithExistingRecalls)This indicates if the time range of data to be recalled overlaps with existing recalled dataEstimateRecallDataSizeResult.Buildermessage(String message)This message shows existing recall overlapping details like collection id, purposeEstimateRecallDataSizeResult.BuildersizeInBytes(Long sizeInBytes)This is the size in bytesEstimateRecallDataSizeResult.BuildersizeLimitInBytes(Long sizeLimitInBytes)This is the size limit in bytesEstimateRecallDataSizeResult.BuildertimeDataEnded(Date timeDataEnded)This is the end of the time range of data to be recalled.EstimateRecallDataSizeResult.BuildertimeDataStarted(Date timeDataStarted)This is the start of the time range of data to be recalledEstimateRecallDataSizeResult.BuildertotalBatchSize(Integer totalBatchSize)This is the total number of batches data will be recalled in
 
- 
- 
- 
Method Detail- 
timeDataEndedpublic EstimateRecallDataSizeResult.Builder timeDataEnded(Date timeDataEnded) This is the end of the time range of data to be recalled.timeDataStarted and timeDataEnded delineate the time range of the archived data to be recalled. They may not be exact the same as the parameters in the request input (EstimateRecallDataSizeDetails). - Parameters:
- timeDataEnded- the value to set
- Returns:
- this builder
 
 - 
timeDataStartedpublic EstimateRecallDataSizeResult.Builder timeDataStarted(Date timeDataStarted) This is the start of the time range of data to be recalled- Parameters:
- timeDataStarted- the value to set
- Returns:
- this builder
 
 - 
sizeInBytespublic EstimateRecallDataSizeResult.Builder sizeInBytes(Long sizeInBytes) This is the size in bytes- Parameters:
- sizeInBytes- the value to set
- Returns:
- this builder
 
 - 
isOverlappingWithExistingRecallspublic EstimateRecallDataSizeResult.Builder isOverlappingWithExistingRecalls(Boolean isOverlappingWithExistingRecalls) This indicates if the time range of data to be recalled overlaps with existing recalled data- Parameters:
- isOverlappingWithExistingRecalls- the value to set
- Returns:
- this builder
 
 - 
coreGroupCountpublic EstimateRecallDataSizeResult.Builder coreGroupCount(Integer coreGroupCount) This is the number of core groups estimated for this recall- Parameters:
- coreGroupCount- the value to set
- Returns:
- this builder
 
 - 
coreGroupCountLimitpublic EstimateRecallDataSizeResult.Builder coreGroupCountLimit(Integer coreGroupCountLimit) This is the max number of core groups that is available for any recall- Parameters:
- coreGroupCountLimit- the value to set
- Returns:
- this builder
 
 - 
sizeLimitInBytespublic EstimateRecallDataSizeResult.Builder sizeLimitInBytes(Long sizeLimitInBytes) This is the size limit in bytes- Parameters:
- sizeLimitInBytes- the value to set
- Returns:
- this builder
 
 - 
messagepublic EstimateRecallDataSizeResult.Builder message(String message) This message shows existing recall overlapping details like collection id, purpose- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
totalBatchSizepublic EstimateRecallDataSizeResult.Builder totalBatchSize(Integer totalBatchSize) This is the total number of batches data will be recalled in- Parameters:
- totalBatchSize- the value to set
- Returns:
- this builder
 
 - 
buildpublic EstimateRecallDataSizeResult build() 
 - 
copypublic EstimateRecallDataSizeResult.Builder copy(EstimateRecallDataSizeResult model) 
 
- 
 
-