Interface Trace.TraceletBuilder
- Enclosing interface:
- Trace
public static interface Trace.TraceletBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSet a property on this tracelet with a givenvalue
.
-
Method Details
-
set
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
-