Class Taint.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.Taint.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taint
build()
Taint.Builder
copy(Taint model)
Taint.Builder
effect(String effect)
The effect of the pair.Taint.Builder
key(String key)
The key of the pair.Taint.Builder
value(String value)
The value of the pair.
-
-
-
Method Detail
-
key
public Taint.Builder key(String key)
The key of the pair.- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public Taint.Builder value(String value)
The value of the pair.- Parameters:
value
- the value to set- Returns:
- this builder
-
effect
public Taint.Builder effect(String effect)
The effect of the pair.- Parameters:
effect
- the value to set- Returns:
- this builder
-
build
public Taint build()
-
copy
public Taint.Builder copy(Taint model)
-
-