public static class DataKeySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataKeySummary |
build() |
DataKeySummary.Builder |
copy(DataKeySummary model) |
DataKeySummary.Builder |
name(String name)
Name of the Data Key.
|
DataKeySummary.Builder |
type(DataKeyTypes type)
Type of the Data Key.
|
DataKeySummary.Builder |
value(String value)
Value of the Data Key.
|
public DataKeySummary.Builder value(String value)
Value of the Data Key.
value
- the value to setpublic DataKeySummary.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 DataKeySummary.Builder type(DataKeyTypes type)
Type of the Data Key.
type
- the value to setpublic DataKeySummary build()
public DataKeySummary.Builder copy(DataKeySummary model)
Copyright © 2016–2024. All rights reserved.