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