@Stability(value=Stable) public static final class CfnComponentType.DataValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentType.DataValueProperty>
CfnComponentType.DataValueProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder booleanValue(Boolean booleanValue)
CfnComponentType.DataValueProperty.getBooleanValue()booleanValue - A boolean value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder booleanValue(IResolvable booleanValue)
CfnComponentType.DataValueProperty.getBooleanValue()booleanValue - A boolean value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder doubleValue(Number doubleValue)
CfnComponentType.DataValueProperty.getDoubleValue()doubleValue - A double value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder expression(String expression)
CfnComponentType.DataValueProperty.getExpression()expression - An expression that produces the value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder integerValue(Number integerValue)
CfnComponentType.DataValueProperty.getIntegerValue()integerValue - An integer value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder listValue(IResolvable listValue)
CfnComponentType.DataValueProperty.getListValue()listValue - A list of multiple values.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder listValue(List<? extends Object> listValue)
CfnComponentType.DataValueProperty.getListValue()listValue - A list of multiple values.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder longValue(Number longValue)
CfnComponentType.DataValueProperty.getLongValue()longValue - A long value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder mapValue(IResolvable mapValue)
CfnComponentType.DataValueProperty.getMapValue()mapValue - An object that maps strings to multiple `DataValue` objects.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder mapValue(Map<String,? extends Object> mapValue)
CfnComponentType.DataValueProperty.getMapValue()mapValue - An object that maps strings to multiple `DataValue` objects.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder relationshipValue(Object relationshipValue)
CfnComponentType.DataValueProperty.getRelationshipValue()relationshipValue - A value that relates a component to another component.this@Stability(value=Stable) public CfnComponentType.DataValueProperty.Builder stringValue(String stringValue)
CfnComponentType.DataValueProperty.getStringValue()stringValue - A string value.this@Stability(value=Stable) public CfnComponentType.DataValueProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentType.DataValueProperty>CfnComponentType.DataValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.