| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue.Builder |
PropertyValue.builder() |
PropertyValue.Builder |
PropertyValue.Builder.time(String time)
ISO8601 DateTime of a value for a time series property.
|
PropertyValue.Builder |
PropertyValue.Builder.timestamp(Instant timestamp)
Deprecated.
This field is deprecated and will throw an error in the future. Use time instead.
|
PropertyValue.Builder |
PropertyValue.toBuilder() |
default PropertyValue.Builder |
PropertyValue.Builder.value(Consumer<DataValue.Builder> value)
An object that specifies a value for a time series property.
|
PropertyValue.Builder |
PropertyValue.Builder.value(DataValue value)
An object that specifies a value for a time series property.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyValue.Builder> |
PropertyValue.serializableBuilderClass() |
Copyright © 2022. All rights reserved.