| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueEntry.Builder |
PropertyValueEntry.builder() |
default PropertyValueEntry.Builder |
PropertyValueEntry.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.propertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.propertyValues(Consumer<PropertyValue.Builder>... propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry.Builder |
PropertyValueEntry.Builder.propertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry.Builder |
PropertyValueEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyValueEntry.Builder> |
PropertyValueEntry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchPutPropertyError.Builder |
BatchPutPropertyError.Builder.entry(Consumer<PropertyValueEntry.Builder> entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
Copyright © 2022. All rights reserved.