Package com.oracle.bmc.apmtraces.model
Class Attribute.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.Attribute.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute.Builder
attributeName(String attributeName)
Key that specifies the attribute name.Attribute.Builder
attributeValue(String attributeValue)
Value associated with the attribute key.Attribute
build()
Attribute.Builder
copy(Attribute model)
-
-
-
Method Detail
-
attributeName
public Attribute.Builder attributeName(String attributeName)
Key that specifies the attribute name.- Parameters:
attributeName
- the value to set- Returns:
- this builder
-
attributeValue
public Attribute.Builder attributeValue(String attributeValue)
Value associated with the attribute key.- Parameters:
attributeValue
- the value to set- Returns:
- this builder
-
build
public Attribute build()
-
copy
public Attribute.Builder copy(Attribute model)
-
-