| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TaintSpec |
build()
Builds the configured instance.
|
TaintSpec.Builder |
effect(TaintEffect effect)
Sets the value of
TaintSpec.getEffect() |
TaintSpec.Builder |
key(String key)
Sets the value of
TaintSpec.getKey() |
TaintSpec.Builder |
value(String value)
Sets the value of
TaintSpec.getValue() |
@Stability(value=Stable) public TaintSpec.Builder effect(TaintEffect effect)
TaintSpec.getEffect()effect - Effect type.this@Stability(value=Stable) public TaintSpec.Builder key(String key)
TaintSpec.getKey()key - Taint key.this@Stability(value=Stable) public TaintSpec.Builder value(String value)
TaintSpec.getValue()value - Taint value.this@Stability(value=Stable) public TaintSpec build()
build in interface software.amazon.jsii.Builder<TaintSpec>TaintSpecNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.