@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.155Z") @Stability(value=Experimental) public interface ReverseOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
ReverseOptions reverseOptions = ReverseOptions.builder()
.failConcat(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReverseOptions.Builder
A builder for
ReverseOptions |
static class |
ReverseOptions.Jsii$Proxy
An implementation for
ReverseOptions |
| Modifier and Type | Method and Description |
|---|---|
static ReverseOptions.Builder |
builder() |
default Boolean |
getFailConcat()
(experimental) Fail if the given string is a concatenation.
|
@Stability(value=Experimental) @Nullable default Boolean getFailConcat()
If false, just return undefined.
Default: true
@Stability(value=Experimental) static ReverseOptions.Builder builder()
ReverseOptions.Builder of ReverseOptionsCopyright © 2022. All rights reserved.