public static class AwrDbParameterChangeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbParameterChangeSummary |
build() |
AwrDbParameterChangeSummary.Builder |
copy(AwrDbParameterChangeSummary model) |
AwrDbParameterChangeSummary.Builder |
instanceNumber(Integer instanceNumber)
The database instance number.
|
AwrDbParameterChangeSummary.Builder |
isDefault(Boolean isDefault)
Indicates whether the parameter value in the end snapshot is the default.
|
AwrDbParameterChangeSummary.Builder |
previousValue(String previousValue)
The previous value of the database parameter.
|
AwrDbParameterChangeSummary.Builder |
snapshotId(Integer snapshotId)
The ID of the snapshot with the parameter value changed.
|
AwrDbParameterChangeSummary.Builder |
timeBegin(Date timeBegin)
The start time of the interval.
|
AwrDbParameterChangeSummary.Builder |
timeEnd(Date timeEnd)
The end time of the interval.
|
AwrDbParameterChangeSummary.Builder |
value(String value)
The current value of the database parameter.
|
AwrDbParameterChangeSummary.Builder |
valueModified(String valueModified)
Indicates whether the parameter has been modified after instance startup: - MODIFIED -
Parameter has been modified with ALTER SESSION - SYSTEM_MOD - Parameter has been modified
with ALTER SYSTEM (which causes all the currently logged in sessions’ values to be
modified) - FALSE - Parameter has not been modified after instance startup
|
public AwrDbParameterChangeSummary.Builder timeBegin(Date timeBegin)
The start time of the interval.
timeBegin
- the value to setpublic AwrDbParameterChangeSummary.Builder timeEnd(Date timeEnd)
The end time of the interval.
timeEnd
- the value to setpublic AwrDbParameterChangeSummary.Builder instanceNumber(Integer instanceNumber)
The database instance number.
instanceNumber
- the value to setpublic AwrDbParameterChangeSummary.Builder previousValue(String previousValue)
The previous value of the database parameter.
previousValue
- the value to setpublic AwrDbParameterChangeSummary.Builder value(String value)
The current value of the database parameter.
value
- the value to setpublic AwrDbParameterChangeSummary.Builder snapshotId(Integer snapshotId)
The ID of the snapshot with the parameter value changed. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots
snapshotId
- the value to setpublic AwrDbParameterChangeSummary.Builder valueModified(String valueModified)
Indicates whether the parameter has been modified after instance startup: - MODIFIED - Parameter has been modified with ALTER SESSION - SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions’ values to be modified) - FALSE - Parameter has not been modified after instance startup
valueModified
- the value to setpublic AwrDbParameterChangeSummary.Builder isDefault(Boolean isDefault)
Indicates whether the parameter value in the end snapshot is the default.
isDefault
- the value to setpublic AwrDbParameterChangeSummary build()
public AwrDbParameterChangeSummary.Builder copy(AwrDbParameterChangeSummary model)
Copyright © 2016–2024. All rights reserved.