public static class AwrDatabaseParameterChangeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseParameterChangeSummary |
build() |
AwrDatabaseParameterChangeSummary.Builder |
copy(AwrDatabaseParameterChangeSummary model) |
AwrDatabaseParameterChangeSummary.Builder |
instanceNumber(Integer instanceNumber)
The database instance number.
|
AwrDatabaseParameterChangeSummary.Builder |
isDefault(Boolean isDefault)
Indicates whether the parameter value in the end snapshot is the default.
|
AwrDatabaseParameterChangeSummary.Builder |
previousValue(String previousValue)
The previous value of the database parameter.
|
AwrDatabaseParameterChangeSummary.Builder |
snapshotIdentifier(Integer snapshotIdentifier)
The ID of the snapshot with the parameter value changed.
|
AwrDatabaseParameterChangeSummary.Builder |
timeBegin(Date timeBegin)
The start time of the interval.
|
AwrDatabaseParameterChangeSummary.Builder |
timeEnd(Date timeEnd)
The end time of the interval.
|
AwrDatabaseParameterChangeSummary.Builder |
value(String value)
The current value of the database parameter.
|
AwrDatabaseParameterChangeSummary.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 AwrDatabaseParameterChangeSummary.Builder timeBegin(Date timeBegin)
The start time of the interval.
timeBegin
- the value to setpublic AwrDatabaseParameterChangeSummary.Builder timeEnd(Date timeEnd)
The end time of the interval.
timeEnd
- the value to setpublic AwrDatabaseParameterChangeSummary.Builder instanceNumber(Integer instanceNumber)
The database instance number.
instanceNumber
- the value to setpublic AwrDatabaseParameterChangeSummary.Builder previousValue(String previousValue)
The previous value of the database parameter.
previousValue
- the value to setpublic AwrDatabaseParameterChangeSummary.Builder value(String value)
The current value of the database parameter.
value
- the value to setpublic AwrDatabaseParameterChangeSummary.Builder snapshotIdentifier(Integer snapshotIdentifier)
The ID of the snapshot with the parameter value changed. The snapshot identifier is not the OCID. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots
snapshotIdentifier
- the value to setpublic AwrDatabaseParameterChangeSummary.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 AwrDatabaseParameterChangeSummary.Builder isDefault(Boolean isDefault)
Indicates whether the parameter value in the end snapshot is the default.
isDefault
- the value to setpublic AwrDatabaseParameterChangeSummary build()
public AwrDatabaseParameterChangeSummary.Builder copy(AwrDatabaseParameterChangeSummary model)
Copyright © 2016–2024. All rights reserved.