Class CfnCaseRule.BooleanConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnCaseRule.BooleanConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCaseRule.BooleanConditionProperty>
- Enclosing interface:
CfnCaseRule.BooleanConditionProperty
@Stability(Stable)
public static final class CfnCaseRule.BooleanConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCaseRule.BooleanConditionProperty>
A builder for
CfnCaseRule.BooleanConditionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.equalTo(IResolvable equalTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getEqualTo()Sets the value ofCfnCaseRule.BooleanConditionProperty.getEqualTo()notEqualTo(IResolvable notEqualTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getNotEqualTo()notEqualTo(CfnCaseRule.BooleanOperandsProperty notEqualTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getNotEqualTo()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
equalTo
Sets the value ofCfnCaseRule.BooleanConditionProperty.getEqualTo()- Parameters:
equalTo- Tests that operandOne is equal to operandTwo.- Returns:
this
-
equalTo
@Stability(Stable) public CfnCaseRule.BooleanConditionProperty.Builder equalTo(CfnCaseRule.BooleanOperandsProperty equalTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getEqualTo()- Parameters:
equalTo- Tests that operandOne is equal to operandTwo.- Returns:
this
-
notEqualTo
@Stability(Stable) public CfnCaseRule.BooleanConditionProperty.Builder notEqualTo(IResolvable notEqualTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getNotEqualTo()- Parameters:
notEqualTo- Tests that operandOne is not equal to operandTwo.- Returns:
this
-
notEqualTo
@Stability(Stable) public CfnCaseRule.BooleanConditionProperty.Builder notEqualTo(CfnCaseRule.BooleanOperandsProperty notEqualTo) Sets the value ofCfnCaseRule.BooleanConditionProperty.getNotEqualTo()- Parameters:
notEqualTo- Tests that operandOne is not equal to operandTwo.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCaseRule.BooleanConditionProperty>- Returns:
- a new instance of
CfnCaseRule.BooleanConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-