| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataValue.Builder |
DataValue.Builder.booleanValue(Boolean booleanValue)
A Boolean value.
|
static DataValue.Builder |
DataValue.builder() |
DataValue.Builder |
DataValue.Builder.doubleValue(Double doubleValue)
A double value.
|
DataValue.Builder |
DataValue.Builder.expression(String expression)
An expression that produces the value.
|
DataValue.Builder |
DataValue.Builder.integerValue(Integer integerValue)
An integer value.
|
DataValue.Builder |
DataValue.Builder.listValue(Collection<DataValue> listValue)
A list of multiple values.
|
DataValue.Builder |
DataValue.Builder.listValue(Consumer<DataValue.Builder>... listValue)
A list of multiple values.
|
DataValue.Builder |
DataValue.Builder.listValue(DataValue... listValue)
A list of multiple values.
|
DataValue.Builder |
DataValue.Builder.longValue(Long longValue)
A long value.
|
DataValue.Builder |
DataValue.Builder.mapValue(Map<String,DataValue> mapValue)
An object that maps strings to multiple
DataValue objects. |
default DataValue.Builder |
DataValue.Builder.relationshipValue(Consumer<RelationshipValue.Builder> relationshipValue)
A value that relates a component to another component.
|
DataValue.Builder |
DataValue.Builder.relationshipValue(RelationshipValue relationshipValue)
A value that relates a component to another component.
|
DataValue.Builder |
DataValue.Builder.stringValue(String stringValue)
A string value.
|
DataValue.Builder |
DataValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataValue.Builder> |
DataValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
|
default PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue)
An object that contains the default value.
|
default PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyValue(Consumer<DataValue.Builder> propertyValue)
The value of the property.
|
default PropertyRequest.Builder |
PropertyRequest.Builder.value(Consumer<DataValue.Builder> value)
The value of the property.
|
default PropertyResponse.Builder |
PropertyResponse.Builder.value(Consumer<DataValue.Builder> value)
The value of the property.
|
default PropertyValue.Builder |
PropertyValue.Builder.value(Consumer<DataValue.Builder> value)
An object that specifies a value for a time series property.
|
default PropertyFilter.Builder |
PropertyFilter.Builder.value(Consumer<DataValue.Builder> value)
The value associated with this property filter.
|
Copyright © 2022. All rights reserved.