Interface Trace.TraceletBuilder
-
- Enclosing interface:
- Trace
public static interface Trace.TraceletBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trace.TraceletBuilder
set(String name, Object value)
Set a property on this tracelet with a givenvalue
.
-
-
-
Method Detail
-
set
Trace.TraceletBuilder set(String name, Object value)
Set a property on this tracelet with a givenvalue
.- Parameters:
name
- the name of the property to setvalue
- the value to set- Returns:
this
- Throws:
IllegalArgumentException
- if the property or value of the property is invalid as per the trace model
-
-