Class SnapshotDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.SnapshotDetails.Builder
 
- 
- Enclosing class:
- SnapshotDetails
 
 public static class SnapshotDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotDetailsbuild()SnapshotDetails.Buildercopy(SnapshotDetails model)SnapshotDetails.BuildersnapshotId(Long snapshotId)The ID of the beginning AWR snapshot.
 
- 
- 
- 
Method Detail- 
snapshotIdpublic SnapshotDetails.Builder snapshotId(Long snapshotId) The ID of the beginning AWR snapshot.- Parameters:
- snapshotId- the value to set
- Returns:
- this builder
 
 - 
buildpublic SnapshotDetails build() 
 - 
copypublic SnapshotDetails.Builder copy(SnapshotDetails model) 
 
- 
 
-