public static class AddmDbCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbCollection |
build() |
AddmDbCollection.Builder |
copy(AddmDbCollection model) |
AddmDbCollection.Builder |
items(List<AddmDbSummary> items)
List of ADDM database summary data
|
AddmDbCollection.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.
|
public AddmDbCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic AddmDbCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic AddmDbCollection.Builder items(List<AddmDbSummary> items)
List of ADDM database summary data
items
- the value to setpublic AddmDbCollection build()
public AddmDbCollection.Builder copy(AddmDbCollection model)
Copyright © 2016–2024. All rights reserved.