Class DataKeySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.apmcontrolplane.model.DataKeySummary.Builder
-
- Enclosing class:
- DataKeySummary
public static class DataKeySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
public DataKeySummary.Builder value(String value)
Value of the Data Key.- Parameters:
value
- the value to set- Returns:
- this builder
-
name
public DataKeySummary.Builder name(String name)
Name of the Data Key.The name uniquely identifies a Data Key within an APM domain.
- Parameters:
name
- the value to set- Returns:
- this builder
-
type
public DataKeySummary.Builder type(DataKeyTypes type)
Type of the Data Key.- Parameters:
type
- the value to set- Returns:
- this builder
-
build
public DataKeySummary build()
-
copy
public DataKeySummary.Builder copy(DataKeySummary model)
-
-