Class AwrDbSnapshotCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AwrDbSnapshotCollection.Builder
 
- 
- Enclosing class:
- AwrDbSnapshotCollection
 
 public static class AwrDbSnapshotCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbSnapshotCollectionbuild()AwrDbSnapshotCollection.Buildercopy(AwrDbSnapshotCollection model)AwrDbSnapshotCollection.BuilderdbQueryTimeInSecs(Double dbQueryTimeInSecs)AwrDbSnapshotCollection.Builderitems(List<AwrDbSnapshotSummary> items)A list of AWR snapshot summary data.AwrDbSnapshotCollection.Buildername(String name)AwrDbSnapshotCollection.BuilderqueryKey(String queryKey)AwrDbSnapshotCollection.Builderversion(String version)
 
- 
- 
- 
Method Detail- 
namepublic AwrDbSnapshotCollection.Builder name(String name) 
 - 
versionpublic AwrDbSnapshotCollection.Builder version(String version) 
 - 
queryKeypublic AwrDbSnapshotCollection.Builder queryKey(String queryKey) 
 - 
dbQueryTimeInSecspublic AwrDbSnapshotCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs) 
 - 
itemspublic AwrDbSnapshotCollection.Builder items(List<AwrDbSnapshotSummary> items) A list of AWR snapshot summary data.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrDbSnapshotCollection build() 
 - 
copypublic AwrDbSnapshotCollection.Builder copy(AwrDbSnapshotCollection model) 
 
- 
 
-