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