Class CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueConditionProperty>
- Enclosing interface:
CfnCommandPropsMixin.CommandParameterValueConditionProperty
@Stability(Stable)
public static final class CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueConditionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.comparisonOperator(String comparisonOperator) Sets the value ofCfnCommandPropsMixin.CommandParameterValueConditionProperty.getOperand()operand(IResolvable operand) Sets the value ofCfnCommandPropsMixin.CommandParameterValueConditionProperty.getOperand()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
comparisonOperator
@Stability(Stable) public CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder comparisonOperator(String comparisonOperator) Sets the value ofCfnCommandPropsMixin.CommandParameterValueConditionProperty.getComparisonOperator()- Parameters:
comparisonOperator- the value to be set.- Returns:
this
-
operand
@Stability(Stable) public CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder operand(IResolvable operand) Sets the value ofCfnCommandPropsMixin.CommandParameterValueConditionProperty.getOperand()- Parameters:
operand- the value to be set.- Returns:
this
-
operand
@Stability(Stable) public CfnCommandPropsMixin.CommandParameterValueConditionProperty.Builder operand(CfnCommandPropsMixin.CommandParameterValueComparisonOperandProperty operand) Sets the value ofCfnCommandPropsMixin.CommandParameterValueConditionProperty.getOperand()- Parameters:
operand- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueConditionProperty>- Returns:
- a new instance of
CfnCommandPropsMixin.CommandParameterValueConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-