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