Class AwrDbSnapshotCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AwrDbSnapshotCollection.Builder
-
- Enclosing class:
- AwrDbSnapshotCollection
public static class AwrDbSnapshotCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
name
public AwrDbSnapshotCollection.Builder name(String name)
-
version
public AwrDbSnapshotCollection.Builder version(String version)
-
queryKey
public AwrDbSnapshotCollection.Builder queryKey(String queryKey)
-
dbQueryTimeInSecs
public AwrDbSnapshotCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
-
items
public AwrDbSnapshotCollection.Builder items(List<AwrDbSnapshotSummary> items)
A list of AWR snapshot summary data.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AwrDbSnapshotCollection build()
-
copy
public AwrDbSnapshotCollection.Builder copy(AwrDbSnapshotCollection model)
-
-