Package com.oracle.bmc.apmconfig.model
Class TestSpanEnrichmentOutput.Builder
- java.lang.Object
-
- com.oracle.bmc.apmconfig.model.TestSpanEnrichmentOutput.Builder
-
- Enclosing class:
- TestSpanEnrichmentOutput
public static class TestSpanEnrichmentOutput.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestSpanEnrichmentOutput
build()
TestSpanEnrichmentOutput.Builder
copy(TestSpanEnrichmentOutput model)
TestSpanEnrichmentOutput.Builder
filters(List<Boolean> filters)
A list of booleans indicating whether the corresponding filter in the input matched the input span.TestSpanEnrichmentOutput.Builder
span(Object span)
The span after applying enrichment rules.
-
-
-
Method Detail
-
span
public TestSpanEnrichmentOutput.Builder span(Object span)
The span after applying enrichment rules.- Parameters:
span
- the value to set- Returns:
- this builder
-
filters
public TestSpanEnrichmentOutput.Builder filters(List<Boolean> filters)
A list of booleans indicating whether the corresponding filter in the input matched the input span.- Parameters:
filters
- the value to set- Returns:
- this builder
-
build
public TestSpanEnrichmentOutput build()
-
copy
public TestSpanEnrichmentOutput.Builder copy(TestSpanEnrichmentOutput model)
-
-