public static class AddmDbParameterChangeAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbParameterChangeAggregation |
build() |
AddmDbParameterChangeAggregation.Builder |
copy(AddmDbParameterChangeAggregation model) |
AddmDbParameterChangeAggregation.Builder |
id(String id)
The OCID
of the Database insight.
|
AddmDbParameterChangeAggregation.Builder |
instNum(Integer instNum)
Instance number
|
AddmDbParameterChangeAggregation.Builder |
previousValue(String previousValue)
Previous value
|
AddmDbParameterChangeAggregation.Builder |
snapshotId(Integer snapshotId)
AWR snapshot id which includes the parameter value change
|
AddmDbParameterChangeAggregation.Builder |
timeBegin(Date timeBegin)
Begin time of interval which includes change
|
AddmDbParameterChangeAggregation.Builder |
timeEnd(Date timeEnd)
End time of interval which includes change
|
AddmDbParameterChangeAggregation.Builder |
value(String value)
Current value
|
public AddmDbParameterChangeAggregation.Builder id(String id)
The OCID of the Database insight.
id
- the value to setpublic AddmDbParameterChangeAggregation.Builder timeBegin(Date timeBegin)
Begin time of interval which includes change
timeBegin
- the value to setpublic AddmDbParameterChangeAggregation.Builder timeEnd(Date timeEnd)
End time of interval which includes change
timeEnd
- the value to setpublic AddmDbParameterChangeAggregation.Builder instNum(Integer instNum)
Instance number
instNum
- the value to setpublic AddmDbParameterChangeAggregation.Builder previousValue(String previousValue)
Previous value
previousValue
- the value to setpublic AddmDbParameterChangeAggregation.Builder value(String value)
Current value
value
- the value to setpublic AddmDbParameterChangeAggregation.Builder snapshotId(Integer snapshotId)
AWR snapshot id which includes the parameter value change
snapshotId
- the value to setpublic AddmDbParameterChangeAggregation build()
public AddmDbParameterChangeAggregation.Builder copy(AddmDbParameterChangeAggregation model)
Copyright © 2016–2024. All rights reserved.