Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyLatestValue.Builder
Packages that use PropertyLatestValue.Builder
-
Uses of PropertyLatestValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyLatestValue.BuilderModifier and TypeMethodDescriptionstatic PropertyLatestValue.BuilderPropertyLatestValue.builder()default PropertyLatestValue.BuilderPropertyLatestValue.Builder.propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference) An object that specifies information about a property.PropertyLatestValue.Builder.propertyReference(EntityPropertyReference propertyReference) An object that specifies information about a property.default PropertyLatestValue.BuilderPropertyLatestValue.Builder.propertyValue(Consumer<DataValue.Builder> propertyValue) The value of the property.PropertyLatestValue.Builder.propertyValue(DataValue propertyValue) The value of the property.PropertyLatestValue.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyLatestValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertyLatestValue.Builder>PropertyLatestValue.serializableBuilderClass()