Class CfnEntity.PropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iottwinmaker.CfnEntity.PropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEntity.PropertyProperty>
- Enclosing interface:
CfnEntity.PropertyProperty
@Stability(Stable)
public static final class CfnEntity.PropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEntity.PropertyProperty>
A builder for
CfnEntity.PropertyProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.definition
(Object definition) Sets the value ofCfnEntity.PropertyProperty.getDefinition()
value
(IResolvable value) Sets the value ofCfnEntity.PropertyProperty.getValue()
value
(CfnEntity.DataValueProperty value) Sets the value ofCfnEntity.PropertyProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
definition
Sets the value ofCfnEntity.PropertyProperty.getDefinition()
- Parameters:
definition
- An object that specifies information about a property.- Returns:
this
-
value
Sets the value ofCfnEntity.PropertyProperty.getValue()
- Parameters:
value
- An object that contains information about a value for a time series property.- Returns:
this
-
value
@Stability(Stable) public CfnEntity.PropertyProperty.Builder value(CfnEntity.DataValueProperty value) Sets the value ofCfnEntity.PropertyProperty.getValue()
- Parameters:
value
- An object that contains information about a value for a time series property.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEntity.PropertyProperty>
- Returns:
- a new instance of
CfnEntity.PropertyProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-