Class Taint.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.Taint.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Taintbuild()Taint.Buildercopy(Taint model)Taint.Buildereffect(String effect)The effect of the pair.Taint.Builderkey(String key)The key of the pair.Taint.Buildervalue(String value)The value of the pair.
 
- 
- 
- 
Method Detail- 
keypublic Taint.Builder key(String key) The key of the pair.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
valuepublic Taint.Builder value(String value) The value of the pair.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
effectpublic Taint.Builder effect(String effect) The effect of the pair.- Parameters:
- effect- the value to set
- Returns:
- this builder
 
 - 
buildpublic Taint build() 
 - 
copypublic Taint.Builder copy(Taint model) 
 
- 
 
-