public static class SpanProperties.Builder extends Object
| Constructor and Description |
|---|
Builder()
Creates a new empty builder.
|
| Modifier and Type | Method and Description |
|---|---|
SpanProperties |
build()
Builds span properties based on the current state of the builder.
|
SpanProperties.Builder |
identifier(String value)
Sets an identifier.
|
public SpanProperties.Builder identifier(String value)
value - the identifierNullPointerException - if value is nullpublic SpanProperties build()