Package com.oracle.bmc.cloudbridge.model
Class Tag.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.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.Builderkey(String key)The key of the tag.Tag.Buildervalue(String value)The value of the tag.
-
-
-
Method Detail
-
key
public Tag.Builder key(String key)
The key of the tag.- Parameters:
key- the value to set- Returns:
- this builder
-
value
public Tag.Builder value(String value)
The value of the tag.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public Tag build()
-
copy
public Tag.Builder copy(Tag model)
-
-