Package software.amazon.awscdk
Class ReverseOptions.Builder
java.lang.Object
software.amazon.awscdk.ReverseOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ReverseOptions>
- Enclosing interface:
ReverseOptions
@Stability(Stable)
public static final class ReverseOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ReverseOptions>
A builder for
ReverseOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.failConcat(Boolean failConcat) Sets the value ofReverseOptions.getFailConcat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
failConcat
Sets the value ofReverseOptions.getFailConcat()- Parameters:
failConcat- Fail if the given string is a concatenation. Iffalse, just returnundefined.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ReverseOptions>- Returns:
- a new instance of
ReverseOptions - Throws:
NullPointerException- if any required attribute was not provided
-