public static class AwrDbWaitEventSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbWaitEventSummary.Builder |
avgWaitTimePerSec(Double avgWaitTimePerSec)
The average wait time per second.
|
AwrDbWaitEventSummary.Builder |
avgWaitTimePerWait(Double avgWaitTimePerWait)
The average wait time in milliseconds per wait.
|
AwrDbWaitEventSummary |
build() |
AwrDbWaitEventSummary.Builder |
copy(AwrDbWaitEventSummary model) |
AwrDbWaitEventSummary.Builder |
name(String name)
The name of the event.
|
AwrDbWaitEventSummary.Builder |
snapshotId(Integer snapshotId)
The ID of the snapshot.
|
AwrDbWaitEventSummary.Builder |
timeBegin(Date timeBegin)
The begin time of the wait event.
|
AwrDbWaitEventSummary.Builder |
timeEnd(Date timeEnd)
The end time of the wait event.
|
AwrDbWaitEventSummary.Builder |
waitsPerSec(Double waitsPerSec)
The wait count per second.
|
public AwrDbWaitEventSummary.Builder name(String name)
The name of the event.
name
- the value to setpublic AwrDbWaitEventSummary.Builder timeBegin(Date timeBegin)
The begin time of the wait event.
timeBegin
- the value to setpublic AwrDbWaitEventSummary.Builder timeEnd(Date timeEnd)
The end time of the wait event.
timeEnd
- the value to setpublic AwrDbWaitEventSummary.Builder waitsPerSec(Double waitsPerSec)
The wait count per second.
waitsPerSec
- the value to setpublic AwrDbWaitEventSummary.Builder avgWaitTimePerSec(Double avgWaitTimePerSec)
The average wait time per second.
avgWaitTimePerSec
- the value to setpublic AwrDbWaitEventSummary.Builder avgWaitTimePerWait(Double avgWaitTimePerWait)
The average wait time in milliseconds per wait.
avgWaitTimePerWait
- the value to setpublic AwrDbWaitEventSummary.Builder snapshotId(Integer snapshotId)
The ID of the snapshot. 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 AwrDbWaitEventSummary build()
public AwrDbWaitEventSummary.Builder copy(AwrDbWaitEventSummary model)
Copyright © 2016–2024. All rights reserved.