public static class AwrDatabaseWaitEventSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseWaitEventSummary.Builder |
avgWaitTimePerSec(Double avgWaitTimePerSec)
The average wait time per second.
|
AwrDatabaseWaitEventSummary |
build() |
AwrDatabaseWaitEventSummary.Builder |
copy(AwrDatabaseWaitEventSummary model) |
AwrDatabaseWaitEventSummary.Builder |
name(String name)
The name of the event.
|
AwrDatabaseWaitEventSummary.Builder |
snapshotIdentifier(Integer snapshotIdentifier)
The ID of the snapshot.
|
AwrDatabaseWaitEventSummary.Builder |
timeBegin(Date timeBegin)
The begin time of the wait event.
|
AwrDatabaseWaitEventSummary.Builder |
timeEnd(Date timeEnd)
The end time of the wait event.
|
AwrDatabaseWaitEventSummary.Builder |
waitsPerSec(Double waitsPerSec)
The wait count per second.
|
public AwrDatabaseWaitEventSummary.Builder name(String name)
The name of the event.
name
- the value to setpublic AwrDatabaseWaitEventSummary.Builder timeBegin(Date timeBegin)
The begin time of the wait event.
timeBegin
- the value to setpublic AwrDatabaseWaitEventSummary.Builder timeEnd(Date timeEnd)
The end time of the wait event.
timeEnd
- the value to setpublic AwrDatabaseWaitEventSummary.Builder waitsPerSec(Double waitsPerSec)
The wait count per second.
waitsPerSec
- the value to setpublic AwrDatabaseWaitEventSummary.Builder avgWaitTimePerSec(Double avgWaitTimePerSec)
The average wait time per second.
avgWaitTimePerSec
- the value to setpublic AwrDatabaseWaitEventSummary.Builder snapshotIdentifier(Integer snapshotIdentifier)
The ID of the snapshot. The snapshot identifier is not the OCID. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots
snapshotIdentifier
- the value to setpublic AwrDatabaseWaitEventSummary build()
public AwrDatabaseWaitEventSummary.Builder copy(AwrDatabaseWaitEventSummary model)
Copyright © 2016–2024. All rights reserved.