Package com.oracle.bmc.apmtraces.model
Class SnapshotDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.model.SnapshotDetail.Builder
 
- 
- Enclosing class:
- SnapshotDetail
 
 public static class SnapshotDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotDetailbuild()SnapshotDetail.Buildercopy(SnapshotDetail model)SnapshotDetail.Builderkey(String key)Name of the property.SnapshotDetail.Buildervalue(Object value)Value of the property.
 
- 
- 
- 
Method Detail- 
keypublic SnapshotDetail.Builder key(String key) Name of the property.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
valuepublic SnapshotDetail.Builder value(Object value) Value of the property.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic SnapshotDetail build() 
 - 
copypublic SnapshotDetail.Builder copy(SnapshotDetail model) 
 
- 
 
-