Package com.oracle.bmc.apmtraces.model
Class AggregatedSnapshot.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.AggregatedSnapshot.Builder
-
- Enclosing class:
- AggregatedSnapshot
public static class AggregatedSnapshot.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedSnapshot.Builder
aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.AggregatedSnapshot
build()
AggregatedSnapshot.Builder
copy(AggregatedSnapshot model)
AggregatedSnapshot.Builder
details(List<SnapshotDetail> details)
Aggregated snapshot details.
-
-
-
Method Detail
-
details
public AggregatedSnapshot.Builder details(List<SnapshotDetail> details)
Aggregated snapshot details.- Parameters:
details
- the value to set- Returns:
- this builder
-
aggregatedStackTraces
public AggregatedSnapshot.Builder aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.- Parameters:
aggregatedStackTraces
- the value to set- Returns:
- this builder
-
build
public AggregatedSnapshot build()
-
copy
public AggregatedSnapshot.Builder copy(AggregatedSnapshot model)
-
-