public static final class CfnEntity.DataValueProperty.Builder
extends java.lang.Object
CfnEntity.DataValueProperty
Constructor and Description |
---|
Builder() |
public CfnEntity.DataValueProperty.Builder booleanValue(java.lang.Boolean booleanValue)
CfnEntity.DataValueProperty.getBooleanValue()
booleanValue
- A boolean value.this
public CfnEntity.DataValueProperty.Builder booleanValue(IResolvable booleanValue)
CfnEntity.DataValueProperty.getBooleanValue()
booleanValue
- A boolean value.this
public CfnEntity.DataValueProperty.Builder doubleValue(java.lang.Number doubleValue)
CfnEntity.DataValueProperty.getDoubleValue()
doubleValue
- A double value.this
public CfnEntity.DataValueProperty.Builder expression(java.lang.String expression)
CfnEntity.DataValueProperty.getExpression()
expression
- An expression that produces the value.this
public CfnEntity.DataValueProperty.Builder integerValue(java.lang.Number integerValue)
CfnEntity.DataValueProperty.getIntegerValue()
integerValue
- An integer value.this
public CfnEntity.DataValueProperty.Builder listValue(IResolvable listValue)
CfnEntity.DataValueProperty.getListValue()
listValue
- A list of multiple values.this
public CfnEntity.DataValueProperty.Builder listValue(java.util.List<? extends java.lang.Object> listValue)
CfnEntity.DataValueProperty.getListValue()
listValue
- A list of multiple values.this
public CfnEntity.DataValueProperty.Builder longValue(java.lang.Number longValue)
CfnEntity.DataValueProperty.getLongValue()
longValue
- A long value.this
public CfnEntity.DataValueProperty.Builder mapValue(IResolvable mapValue)
CfnEntity.DataValueProperty.getMapValue()
mapValue
- An object that maps strings to multiple DataValue objects.this
public CfnEntity.DataValueProperty.Builder mapValue(java.util.Map<java.lang.String,? extends java.lang.Object> mapValue)
CfnEntity.DataValueProperty.getMapValue()
mapValue
- An object that maps strings to multiple DataValue objects.this
public CfnEntity.DataValueProperty.Builder relationshipValue(java.lang.Object relationshipValue)
CfnEntity.DataValueProperty.getRelationshipValue()
relationshipValue
- A value that relates a component to another component.this
public CfnEntity.DataValueProperty.Builder stringValue(java.lang.String stringValue)
CfnEntity.DataValueProperty.getStringValue()
stringValue
- A string value.this
public CfnEntity.DataValueProperty build()
CfnEntity.DataValueProperty
java.lang.NullPointerException
- if any required attribute was not provided