Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyLatestValue.Builder
-
Packages that use PropertyLatestValue.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyLatestValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyLatestValue.Builder Modifier and Type Method Description static PropertyLatestValue.BuilderPropertyLatestValue. builder()default PropertyLatestValue.BuilderPropertyLatestValue.Builder. propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference)An object that specifies information about a property.PropertyLatestValue.BuilderPropertyLatestValue.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.BuilderPropertyLatestValue.Builder. propertyValue(DataValue propertyValue)The value of the property.PropertyLatestValue.BuilderPropertyLatestValue. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyLatestValue.Builder Modifier and Type Method Description static Class<? extends PropertyLatestValue.Builder>PropertyLatestValue. serializableBuilderClass()
-