Package com.oracle.bmc.opsi.model
Class AddmDbCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AddmDbCollection.Builder
-
- Enclosing class:
- AddmDbCollection
public static class AddmDbCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmDbCollection
build()
AddmDbCollection.Builder
copy(AddmDbCollection model)
AddmDbCollection.Builder
items(List<AddmDbSummary> items)
List of ADDM database summary dataAddmDbCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.AddmDbCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
timeIntervalStart
public AddmDbCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public AddmDbCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
items
public AddmDbCollection.Builder items(List<AddmDbSummary> items)
List of ADDM database summary data- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AddmDbCollection build()
-
copy
public AddmDbCollection.Builder copy(AddmDbCollection model)
-
-