@Stability(value=Experimental) public static final class ReverseOptions.Builder extends Object implements software.amazon.jsii.Builder<ReverseOptions>
ReverseOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ReverseOptions |
build()
Builds the configured instance.
|
ReverseOptions.Builder |
failConcat(Boolean failConcat)
Sets the value of
ReverseOptions.getFailConcat() |
@Stability(value=Experimental) public ReverseOptions.Builder failConcat(Boolean failConcat)
ReverseOptions.getFailConcat()failConcat - Fail if the given string is a concatenation.
If false, just return undefined.this@Stability(value=Experimental) public ReverseOptions build()
build in interface software.amazon.jsii.Builder<ReverseOptions>ReverseOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.