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