Class SnapshotDetails.Builder
- java.lang.Object
 - 
- com.oracle.bmc.databasemanagement.model.SnapshotDetails.Builder
 
 
- 
- Enclosing class:
 - SnapshotDetails
 
public static class SnapshotDetails.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
snapshotId
public SnapshotDetails.Builder snapshotId(Long snapshotId)
The ID of the beginning AWR snapshot.- Parameters:
 snapshotId- the value to set- Returns:
 - this builder
 
 
- 
build
public SnapshotDetails build()
 
- 
copy
public SnapshotDetails.Builder copy(SnapshotDetails model)
 
 - 
 
 -