public static class AddmDbParameterChangeAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbParameterChangeAggregationCollection |
build() |
AddmDbParameterChangeAggregationCollection.Builder |
copy(AddmDbParameterChangeAggregationCollection model) |
AddmDbParameterChangeAggregationCollection.Builder |
databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
|
AddmDbParameterChangeAggregationCollection.Builder |
items(List<AddmDbParameterChangeAggregation> items)
List of AWR parameter changes
|
AddmDbParameterChangeAggregationCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
AddmDbParameterChangeAggregationCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public AddmDbParameterChangeAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic AddmDbParameterChangeAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic AddmDbParameterChangeAggregationCollection.Builder databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
databaseDetailsItems
- the value to setpublic AddmDbParameterChangeAggregationCollection.Builder items(List<AddmDbParameterChangeAggregation> items)
List of AWR parameter changes
items
- the value to setpublic AddmDbParameterChangeAggregationCollection build()
public AddmDbParameterChangeAggregationCollection.Builder copy(AddmDbParameterChangeAggregationCollection model)
Copyright © 2016–2024. All rights reserved.