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 Tagbuild()Tag.Buildercopy(Tag model)Tag.BuildertagName(String tagName)Key that specifies the tag name.Tag.BuildertagValue(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)
-
-