Class RecalledDataSize.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecalledDataSize.Builder
-
- Enclosing class:
- RecalledDataSize
public static class RecalledDataSize.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDataSize
build()
RecalledDataSize.Builder
copy(RecalledDataSize model)
RecalledDataSize.Builder
notRecalledDataInBytes(Long notRecalledDataInBytes)
This is the size of the archival data not recalled yetRecalledDataSize.Builder
recalledDataInBytes(Long recalledDataInBytes)
This is the size of the recalled dataRecalledDataSize.Builder
timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival dataRecalledDataSize.Builder
timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data
-
-
-
Method Detail
-
timeDataStarted
public 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
-
timeDataEnded
public 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
-
recalledDataInBytes
public RecalledDataSize.Builder recalledDataInBytes(Long recalledDataInBytes)
This is the size of the recalled data- Parameters:
recalledDataInBytes
- the value to set- Returns:
- this builder
-
notRecalledDataInBytes
public 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
-
build
public RecalledDataSize build()
-
copy
public RecalledDataSize.Builder copy(RecalledDataSize model)
-
-