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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmDbCollectionbuild()AddmDbCollection.Buildercopy(AddmDbCollection model)AddmDbCollection.Builderitems(List<AddmDbSummary> items)List of ADDM database summary dataAddmDbCollection.BuildertimeIntervalEnd(Date timeIntervalEnd)The end timestamp that was passed into the request.AddmDbCollection.BuildertimeIntervalStart(Date timeIntervalStart)The start timestamp that was passed into the request.
 
- 
- 
- 
Method Detail- 
timeIntervalStartpublic AddmDbCollection.Builder timeIntervalStart(Date timeIntervalStart) The start timestamp that was passed into the request.- Parameters:
- timeIntervalStart- the value to set
- Returns:
- this builder
 
 - 
timeIntervalEndpublic AddmDbCollection.Builder timeIntervalEnd(Date timeIntervalEnd) The end timestamp that was passed into the request.- Parameters:
- timeIntervalEnd- the value to set
- Returns:
- this builder
 
 - 
itemspublic AddmDbCollection.Builder items(List<AddmDbSummary> items) List of ADDM database summary data- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AddmDbCollection build() 
 - 
copypublic AddmDbCollection.Builder copy(AddmDbCollection model) 
 
- 
 
-