public static class AwrDatabaseWaitEventBucketSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseWaitEventBucketSummary |
build() |
AwrDatabaseWaitEventBucketSummary.Builder |
category(String category)
The name of the wait event frequency category.
|
AwrDatabaseWaitEventBucketSummary.Builder |
copy(AwrDatabaseWaitEventBucketSummary model) |
AwrDatabaseWaitEventBucketSummary.Builder |
percentage(Double percentage)
The percentage of waits in a wait event bucket over the total waits of the database.
|
public AwrDatabaseWaitEventBucketSummary.Builder category(String category)
The name of the wait event frequency category. Normally, it is the upper range of the waits within the AWR wait event bucket.
category
- the value to setpublic AwrDatabaseWaitEventBucketSummary.Builder percentage(Double percentage)
The percentage of waits in a wait event bucket over the total waits of the database.
percentage
- the value to setpublic AwrDatabaseWaitEventBucketSummary build()
public AwrDatabaseWaitEventBucketSummary.Builder copy(AwrDatabaseWaitEventBucketSummary model)
Copyright © 2016–2024. All rights reserved.