public static final class CfnEntity.PropertyProperty.Builder
extends java.lang.Object
CfnEntity.PropertyProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEntity.PropertyProperty |
build()
Builds the configured instance.
|
CfnEntity.PropertyProperty.Builder |
definition(java.lang.Object definition)
Sets the value of
CfnEntity.PropertyProperty.getDefinition() |
CfnEntity.PropertyProperty.Builder |
value(CfnEntity.DataValueProperty value)
Sets the value of
CfnEntity.PropertyProperty.getValue() |
CfnEntity.PropertyProperty.Builder |
value(IResolvable value)
Sets the value of
CfnEntity.PropertyProperty.getValue() |
public CfnEntity.PropertyProperty.Builder definition(java.lang.Object definition)
CfnEntity.PropertyProperty.getDefinition()
definition
- An object that specifies information about a property.this
public CfnEntity.PropertyProperty.Builder value(IResolvable value)
CfnEntity.PropertyProperty.getValue()
value
- An object that contains information about a value for a time series property.this
public CfnEntity.PropertyProperty.Builder value(CfnEntity.DataValueProperty value)
CfnEntity.PropertyProperty.getValue()
value
- An object that contains information about a value for a time series property.this
public CfnEntity.PropertyProperty build()
CfnEntity.PropertyProperty
java.lang.NullPointerException
- if any required attribute was not provided