Class EstimateReleaseDataSizeResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.EstimateReleaseDataSizeResult.Builder
 
- 
- Enclosing class:
- EstimateReleaseDataSizeResult
 
 public static class EstimateReleaseDataSizeResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateReleaseDataSizeResultbuild()EstimateReleaseDataSizeResult.Buildercopy(EstimateReleaseDataSizeResult model)EstimateReleaseDataSizeResult.BuildersizeInBytes(Long sizeInBytes)This is the size in bytesEstimateReleaseDataSizeResult.BuildertimeDataEnded(Date timeDataEnded)This is the end of the time range of data to be released.EstimateReleaseDataSizeResult.BuildertimeDataStarted(Date timeDataStarted)This is the start of the time range of data to be released
 
- 
- 
- 
Method Detail- 
timeDataEndedpublic EstimateReleaseDataSizeResult.Builder timeDataEnded(Date timeDataEnded) This is the end of the time range of data to be released.timeDataStarted and timeDataEnded delineate the time range of the recalled data to be released. They may not be exact the same as the parameters in the request input (EstimateReleaseDataSizeDetails). - Parameters:
- timeDataEnded- the value to set
- Returns:
- this builder
 
 - 
timeDataStartedpublic EstimateReleaseDataSizeResult.Builder timeDataStarted(Date timeDataStarted) This is the start of the time range of data to be released- Parameters:
- timeDataStarted- the value to set
- Returns:
- this builder
 
 - 
sizeInBytespublic EstimateReleaseDataSizeResult.Builder sizeInBytes(Long sizeInBytes) This is the size in bytes- Parameters:
- sizeInBytes- the value to set
- Returns:
- this builder
 
 - 
buildpublic EstimateReleaseDataSizeResult build() 
 - 
copypublic EstimateReleaseDataSizeResult.Builder copy(EstimateReleaseDataSizeResult model) 
 
- 
 
-