| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyLatestValue.Builder |
PropertyLatestValue.builder() |
default PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference)
An object that specifies information about a property.>
|
PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.>
|
default PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyValue(Consumer<DataValue.Builder> propertyValue)
The value of the property.
|
PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyValue(DataValue propertyValue)
The value of the property.
|
PropertyLatestValue.Builder |
PropertyLatestValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyLatestValue.Builder> |
PropertyLatestValue.serializableBuilderClass() |
Copyright © 2022. All rights reserved.