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