Class EstimateRecallDataSizeDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EstimateRecallDataSizeDetails.Builder
-
- Enclosing class:
- EstimateRecallDataSizeDetails
public static class EstimateRecallDataSizeDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateRecallDataSizeDetails
build()
EstimateRecallDataSizeDetails.Builder
copy(EstimateRecallDataSizeDetails model)
EstimateRecallDataSizeDetails.Builder
isRecallNewDataOnly(Boolean isRecallNewDataOnly)
This indicates if only new data has to be recalled in the timeframeEstimateRecallDataSizeDetails.Builder
logSets(String logSets)
This is the list of logsets to be accounted for in the recalled dataEstimateRecallDataSizeDetails.Builder
timeDataEnded(Date timeDataEnded)
This is the end of the time range for the data to be recalledEstimateRecallDataSizeDetails.Builder
timeDataStarted(Date timeDataStarted)
This is the start of the time range for the data to be recalled
-
-
-
Method Detail
-
timeDataStarted
public 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
-
timeDataEnded
public 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
-
logSets
public 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
-
isRecallNewDataOnly
public 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
-
build
public EstimateRecallDataSizeDetails build()
-
copy
public EstimateRecallDataSizeDetails.Builder copy(EstimateRecallDataSizeDetails model)
-
-