Class RecalledDataSize.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RecalledDataSize.Builder
 
- 
- Enclosing class:
- RecalledDataSize
 
 public static class RecalledDataSize.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDataSizebuild()RecalledDataSize.Buildercopy(RecalledDataSize model)RecalledDataSize.BuildernotRecalledDataInBytes(Long notRecalledDataInBytes)This is the size of the archival data not recalled yetRecalledDataSize.BuilderrecalledDataInBytes(Long recalledDataInBytes)This is the size of the recalled dataRecalledDataSize.BuildertimeDataEnded(Date timeDataEnded)This is the end of the time range of the archival dataRecalledDataSize.BuildertimeDataStarted(Date timeDataStarted)This is the start of the time range of the archival data
 
- 
- 
- 
Method Detail- 
timeDataStartedpublic RecalledDataSize.Builder timeDataStarted(Date timeDataStarted) This is the start of the time range of the archival data- Parameters:
- timeDataStarted- the value to set
- Returns:
- this builder
 
 - 
timeDataEndedpublic RecalledDataSize.Builder timeDataEnded(Date timeDataEnded) This is the end of the time range of the archival data- Parameters:
- timeDataEnded- the value to set
- Returns:
- this builder
 
 - 
recalledDataInBytespublic RecalledDataSize.Builder recalledDataInBytes(Long recalledDataInBytes) This is the size of the recalled data- Parameters:
- recalledDataInBytes- the value to set
- Returns:
- this builder
 
 - 
notRecalledDataInBytespublic RecalledDataSize.Builder notRecalledDataInBytes(Long notRecalledDataInBytes) This is the size of the archival data not recalled yet- Parameters:
- notRecalledDataInBytes- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecalledDataSize build() 
 - 
copypublic RecalledDataSize.Builder copy(RecalledDataSize model) 
 
- 
 
-