public static class AwrDbSnapshotCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbSnapshotCollection |
build() |
AwrDbSnapshotCollection.Builder |
copy(AwrDbSnapshotCollection model) |
AwrDbSnapshotCollection.Builder |
dbQueryTimeInSecs(Double dbQueryTimeInSecs) |
AwrDbSnapshotCollection.Builder |
items(List<AwrDbSnapshotSummary> items)
A list of AWR snapshot summary data.
|
AwrDbSnapshotCollection.Builder |
name(String name) |
AwrDbSnapshotCollection.Builder |
queryKey(String queryKey) |
AwrDbSnapshotCollection.Builder |
version(String version) |
public AwrDbSnapshotCollection.Builder name(String name)
public AwrDbSnapshotCollection.Builder version(String version)
public AwrDbSnapshotCollection.Builder queryKey(String queryKey)
public AwrDbSnapshotCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
public AwrDbSnapshotCollection.Builder items(List<AwrDbSnapshotSummary> items)
A list of AWR snapshot summary data.
items
- the value to setpublic AwrDbSnapshotCollection build()
public AwrDbSnapshotCollection.Builder copy(AwrDbSnapshotCollection model)
Copyright © 2016–2024. All rights reserved.