@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.927Z") @Stability(value=Stable) 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.*;
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()
Fail if the given string is a concatenation.
|
@Stability(value=Stable) @Nullable default Boolean getFailConcat()
If false, just return undefined.
Default: true
@Stability(value=Stable) static ReverseOptions.Builder builder()
ReverseOptions.Builder of ReverseOptionsCopyright © 2022. All rights reserved.