Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyValue.Builder
-
Packages that use PropertyValue.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyValue.Builder Modifier and Type Method Description static PropertyValue.BuilderPropertyValue. builder()PropertyValue.BuilderPropertyValue.Builder. time(String time)ISO8601 DateTime of a value for a time series property.PropertyValue.BuilderPropertyValue.Builder. timestamp(Instant timestamp)Deprecated.This field is deprecated and will throw an error in the future.PropertyValue.BuilderPropertyValue. toBuilder()default PropertyValue.BuilderPropertyValue.Builder. value(Consumer<DataValue.Builder> value)An object that specifies a value for a time series property.PropertyValue.BuilderPropertyValue.Builder. value(DataValue value)An object that specifies a value for a time series property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValue.Builder Modifier and Type Method Description static Class<? extends PropertyValue.Builder>PropertyValue. serializableBuilderClass()
-