@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.119Z")
public interface ReverseOptions
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 java.lang.Boolean |
getFailConcat()
Fail if the given string is a concatenation.
|
default java.lang.Boolean getFailConcat()
If false
, just return undefined
.
Default: true
static ReverseOptions.Builder builder()
ReverseOptions.Builder
of ReverseOptions