Class CfnCaseRule.OperandTwoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnCaseRule.OperandTwoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCaseRule.OperandTwoProperty>
- Enclosing interface:
CfnCaseRule.OperandTwoProperty
@Stability(Stable)
public static final class CfnCaseRule.OperandTwoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCaseRule.OperandTwoProperty>
A builder for
CfnCaseRule.OperandTwoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(Boolean booleanValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getBooleanValue()booleanValue(IResolvable booleanValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getBooleanValue()build()Builds the configured instance.doubleValue(Number doubleValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getDoubleValue()emptyValue(Object emptyValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getEmptyValue()stringValue(String stringValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getStringValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
booleanValue
Sets the value ofCfnCaseRule.OperandTwoProperty.getBooleanValue()- Parameters:
booleanValue- Boolean value type.- Returns:
this
-
booleanValue
@Stability(Stable) public CfnCaseRule.OperandTwoProperty.Builder booleanValue(IResolvable booleanValue) Sets the value ofCfnCaseRule.OperandTwoProperty.getBooleanValue()- Parameters:
booleanValue- Boolean value type.- Returns:
this
-
doubleValue
Sets the value ofCfnCaseRule.OperandTwoProperty.getDoubleValue()- Parameters:
doubleValue- Double value type.- Returns:
this
-
emptyValue
Sets the value ofCfnCaseRule.OperandTwoProperty.getEmptyValue()- Parameters:
emptyValue- Represents an empty operand value. In the Amazon Connect admin website, case rules are known as case field conditions . For more information about case field conditions, see Add case field conditions to a case template .- Returns:
this
-
stringValue
Sets the value ofCfnCaseRule.OperandTwoProperty.getStringValue()- Parameters:
stringValue- String value type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCaseRule.OperandTwoProperty>- Returns:
- a new instance of
CfnCaseRule.OperandTwoProperty - Throws:
NullPointerException- if any required attribute was not provided
-