public static interface Taint.Builder extends SdkPojo, CopyableBuilder<Taint.Builder,Taint>
| Modifier and Type | Method and Description |
|---|---|
Taint.Builder |
effect(String effect)
The effect of the taint.
|
Taint.Builder |
effect(TaintEffect effect)
The effect of the taint.
|
Taint.Builder |
key(String key)
The key of the taint.
|
Taint.Builder |
value(String value)
The value of the taint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaint.Builder key(String key)
The key of the taint.
key - The key of the taint.Taint.Builder value(String value)
The value of the taint.
value - The value of the taint.Taint.Builder effect(String effect)
The effect of the taint.
effect - The effect of the taint.TaintEffect,
TaintEffectTaint.Builder effect(TaintEffect effect)
The effect of the taint.
effect - The effect of the taint.TaintEffect,
TaintEffectCopyright © 2023. All rights reserved.