Class EstimateRecallDataSizeDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.EstimateRecallDataSizeDetails.Builder
 
- 
- Enclosing class:
- EstimateRecallDataSizeDetails
 
 public static class EstimateRecallDataSizeDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateRecallDataSizeDetailsbuild()EstimateRecallDataSizeDetails.Buildercopy(EstimateRecallDataSizeDetails model)EstimateRecallDataSizeDetails.BuilderisRecallNewDataOnly(Boolean isRecallNewDataOnly)This indicates if only new data has to be recalled in the timeframeEstimateRecallDataSizeDetails.BuilderlogSets(String logSets)This is the list of logsets to be accounted for in the recalled dataEstimateRecallDataSizeDetails.BuildertimeDataEnded(Date timeDataEnded)This is the end of the time range for the data to be recalledEstimateRecallDataSizeDetails.BuildertimeDataStarted(Date timeDataStarted)This is the start of the time range for the data to be recalled
 
- 
- 
- 
Method Detail- 
timeDataStartedpublic EstimateRecallDataSizeDetails.Builder timeDataStarted(Date timeDataStarted) This is the start of the time range for the data to be recalled- Parameters:
- timeDataStarted- the value to set
- Returns:
- this builder
 
 - 
timeDataEndedpublic EstimateRecallDataSizeDetails.Builder timeDataEnded(Date timeDataEnded) This is the end of the time range for the data to be recalled- Parameters:
- timeDataEnded- the value to set
- Returns:
- this builder
 
 - 
logSetspublic EstimateRecallDataSizeDetails.Builder logSets(String logSets) This is the list of logsets to be accounted for in the recalled data- Parameters:
- logSets- the value to set
- Returns:
- this builder
 
 - 
isRecallNewDataOnlypublic EstimateRecallDataSizeDetails.Builder isRecallNewDataOnly(Boolean isRecallNewDataOnly) This indicates if only new data has to be recalled in the timeframe- Parameters:
- isRecallNewDataOnly- the value to set
- Returns:
- this builder
 
 - 
buildpublic EstimateRecallDataSizeDetails build() 
 - 
copypublic EstimateRecallDataSizeDetails.Builder copy(EstimateRecallDataSizeDetails model) 
 
- 
 
-