Package com.oracle.bmc.apmtraces.model
Class Attribute.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.model.Attribute.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute.BuilderattributeName(String attributeName)Key that specifies the attribute name.Attribute.BuilderattributeValue(String attributeValue)Value associated with the attribute key.Attributebuild()Attribute.Buildercopy(Attribute model)
 
- 
- 
- 
Method Detail- 
attributeNamepublic Attribute.Builder attributeName(String attributeName) Key that specifies the attribute name.- Parameters:
- attributeName- the value to set
- Returns:
- this builder
 
 - 
attributeValuepublic Attribute.Builder attributeValue(String attributeValue) Value associated with the attribute key.- Parameters:
- attributeValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic Attribute build() 
 - 
copypublic Attribute.Builder copy(Attribute model) 
 
- 
 
-