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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotDetail
build()
SnapshotDetail.Builder
copy(SnapshotDetail model)
SnapshotDetail.Builder
key(String key)
Name of the property.SnapshotDetail.Builder
value(Object value)
Value of the property.
-
-
-
Method Detail
-
key
public SnapshotDetail.Builder key(String key)
Name of the property.- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public SnapshotDetail.Builder value(Object value)
Value of the property.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public SnapshotDetail build()
-
copy
public SnapshotDetail.Builder copy(SnapshotDetail model)
-
-