public static class EstimateRecallDataSizeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 timeframe
|
EstimateRecallDataSizeDetails.Builder |
logSets(String logSets)
This is the list of logsets to be accounted for in the recalled data
|
EstimateRecallDataSizeDetails.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time range for the data to be recalled
|
EstimateRecallDataSizeDetails.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time range for the data to be recalled
|
public EstimateRecallDataSizeDetails.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range for the data to be recalled
timeDataStarted
- the value to setpublic EstimateRecallDataSizeDetails.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range for the data to be recalled
timeDataEnded
- the value to setpublic EstimateRecallDataSizeDetails.Builder logSets(String logSets)
This is the list of logsets to be accounted for in the recalled data
logSets
- the value to setpublic EstimateRecallDataSizeDetails.Builder isRecallNewDataOnly(Boolean isRecallNewDataOnly)
This indicates if only new data has to be recalled in the timeframe
isRecallNewDataOnly
- the value to setpublic EstimateRecallDataSizeDetails build()
public EstimateRecallDataSizeDetails.Builder copy(EstimateRecallDataSizeDetails model)
Copyright © 2016–2024. All rights reserved.