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