Class CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty>
- Enclosing interface:
CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty
@Stability(Stable)
public static final class CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.operands(IResolvable operands)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
operands
@Stability(Stable) public CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder operands(IResolvable operands) - Parameters:
operands- Operands of the enablement condition. This parameter is required.- Returns:
this
-
operands
@Stability(Stable) public CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder operands(List<? extends Object> operands) - Parameters:
operands- Operands of the enablement condition. This parameter is required.- Returns:
this
-
operator
@Stability(Stable) public CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty.Builder operator(String operator) - Parameters:
operator- The operator to be used to be applied to operands if more than one provided.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty>- Returns:
- a new instance of
CfnEvaluationForm.EvaluationFormItemEnablementConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-