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