Class CfnBot.ConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lex.CfnBot.ConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBot.ConditionProperty>
- Enclosing interface:
CfnBot.ConditionProperty
@Stability(Stable)
public static final class CfnBot.ConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBot.ConditionProperty>
A builder for
CfnBot.ConditionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.expressionString
(String expressionString) Sets the value ofCfnBot.ConditionProperty.getExpressionString()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
expressionString
@Stability(Stable) public CfnBot.ConditionProperty.Builder expressionString(String expressionString) Sets the value ofCfnBot.ConditionProperty.getExpressionString()
- Parameters:
expressionString
- The expression string that is evaluated. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBot.ConditionProperty>
- Returns:
- a new instance of
CfnBot.ConditionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-