Package com.oracle.bmc.iot.model
Class DataRetentionPeriodsInDays.Builder
- java.lang.Object
-
- com.oracle.bmc.iot.model.DataRetentionPeriodsInDays.Builder
-
- Enclosing class:
- DataRetentionPeriodsInDays
public static class DataRetentionPeriodsInDays.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataRetentionPeriodsInDays
build()
DataRetentionPeriodsInDays.Builder
copy(DataRetentionPeriodsInDays model)
DataRetentionPeriodsInDays.Builder
historizedData(Integer historizedData)
Number of days for which any normalized data sent to IoT devices would be retained for.DataRetentionPeriodsInDays.Builder
rawCommandData(Integer rawCommandData)
Number of days for which any raw command data sent to IoT devices would be retained for.DataRetentionPeriodsInDays.Builder
rawData(Integer rawData)
Number of days for which any raw data sent to IoT devices would be retained for.DataRetentionPeriodsInDays.Builder
rejectedData(Integer rejectedData)
Number of days for which any data sent to IoT devices would be retained for.
-
-
-
Method Detail
-
rawData
public DataRetentionPeriodsInDays.Builder rawData(Integer rawData)
Number of days for which any raw data sent to IoT devices would be retained for.- Parameters:
rawData
- the value to set- Returns:
- this builder
-
rejectedData
public DataRetentionPeriodsInDays.Builder rejectedData(Integer rejectedData)
Number of days for which any data sent to IoT devices would be retained for.- Parameters:
rejectedData
- the value to set- Returns:
- this builder
-
historizedData
public DataRetentionPeriodsInDays.Builder historizedData(Integer historizedData)
Number of days for which any normalized data sent to IoT devices would be retained for.- Parameters:
historizedData
- the value to set- Returns:
- this builder
-
rawCommandData
public DataRetentionPeriodsInDays.Builder rawCommandData(Integer rawCommandData)
Number of days for which any raw command data sent to IoT devices would be retained for.- Parameters:
rawCommandData
- the value to set- Returns:
- this builder
-
build
public DataRetentionPeriodsInDays build()
-
copy
public DataRetentionPeriodsInDays.Builder copy(DataRetentionPeriodsInDays model)
-
-