Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataKey |
build() |
DataKey.Builder |
copy(DataKey model) |
DataKey.Builder |
name(String name)
Name of the Data Key.
|
DataKey.Builder |
type(DataKeyTypes type)
Type of the Data Key.
|
DataKey.Builder |
value(String value)
Value of the Data Key.
|
public DataKey.Builder value(String value)
Value of the Data Key.
value
- the value to setpublic DataKey.Builder name(String name)
Name of the Data Key. The name uniquely identifies a Data Key within an APM domain.
name
- the value to setpublic DataKey.Builder type(DataKeyTypes type)
Type of the Data Key.
type
- the value to setpublic DataKey build()
public DataKey.Builder copy(DataKey model)
Copyright © 2016–2024. All rights reserved.