public static class StaticDimensionValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StaticDimensionValue |
build() |
StaticDimensionValue.Builder |
copy(StaticDimensionValue model) |
StaticDimensionValue.Builder |
value(String value)
The data extracted from the specified dimension value (passed as-is).
|
public StaticDimensionValue.Builder value(String value)
The data extracted from the specified dimension value (passed as-is). Unicode characters
only. For information on valid dimension keys and values, see metricDataDetails
.
value
- the value to setpublic StaticDimensionValue build()
public StaticDimensionValue.Builder copy(StaticDimensionValue model)
Copyright © 2016–2024. All rights reserved.