@Stability(value=Stable) public static final class CfnComponent.ComponentConditionPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentConditionPropertyProperty>
CfnComponent.ComponentConditionPropertyProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder elseValue(CfnComponent.ComponentPropertyProperty elseValue)
CfnComponent.ComponentConditionPropertyProperty.getElseValue()elseValue - The value to assign to the property if the condition is not met.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder elseValue(IResolvable elseValue)
CfnComponent.ComponentConditionPropertyProperty.getElseValue()elseValue - The value to assign to the property if the condition is not met.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder field(String field)
CfnComponent.ComponentConditionPropertyProperty.getField()field - The name of a field.
Specify this when the property is a data model.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder operand(String operand)
CfnComponent.ComponentConditionPropertyProperty.getOperand()operand - The value of the property to evaluate.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder operandType(String operandType)
CfnComponent.ComponentConditionPropertyProperty.getOperandType()operandType - The type of the property to evaluate.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder operator(String operator)
CfnComponent.ComponentConditionPropertyProperty.getOperator()operator - The operator to use to perform the evaluation, such as `eq` to represent equals.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder property(String property)
CfnComponent.ComponentConditionPropertyProperty.getProperty()property - The name of the conditional property.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder then(CfnComponent.ComponentPropertyProperty then)
CfnComponent.ComponentConditionPropertyProperty.getThen()then - The value to assign to the property if the condition is met.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty.Builder then(IResolvable then)
CfnComponent.ComponentConditionPropertyProperty.getThen()then - The value to assign to the property if the condition is met.this@Stability(value=Stable) public CfnComponent.ComponentConditionPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentConditionPropertyProperty>CfnComponent.ComponentConditionPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.