Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.DataValue.Builder
Packages that use DataValue.Builder
-
Uses of DataValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataValue.BuilderModifier and TypeMethodDescriptionDataValue.Builder.booleanValue(Boolean booleanValue) A Boolean value.static DataValue.BuilderDataValue.builder()DataValue.Builder.doubleValue(Double doubleValue) A double value.DataValue.Builder.expression(String expression) An expression that produces the value.DataValue.Builder.integerValue(Integer integerValue) An integer value.DataValue.Builder.listValue(Collection<DataValue> listValue) A list of multiple values.DataValue.Builder.listValue(Consumer<DataValue.Builder>... listValue) A list of multiple values.A list of multiple values.A long value.An object that maps strings to multipleDataValueobjects.default DataValue.BuilderDataValue.Builder.relationshipValue(Consumer<RelationshipValue.Builder> relationshipValue) A value that relates a component to another component.DataValue.Builder.relationshipValue(RelationshipValue relationshipValue) A value that relates a component to another component.DataValue.Builder.stringValue(String stringValue) A string value.DataValue.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DataValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataValue.Builder>DataValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type DataValue.BuilderModifier and TypeMethodDescriptionPropertyDefinitionRequest.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue) An object that contains the default value.PropertyDefinitionResponse.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue) An object that contains the default value.default PropertyLatestValue.BuilderPropertyLatestValue.Builder.propertyValue(Consumer<DataValue.Builder> propertyValue) The value of the property.default PropertyFilter.BuilderPropertyFilter.Builder.value(Consumer<DataValue.Builder> value) The value associated with this property filter.default PropertyRequest.BuilderPropertyRequest.Builder.value(Consumer<DataValue.Builder> value) The value of the property.default PropertyResponse.BuilderPropertyResponse.Builder.value(Consumer<DataValue.Builder> value) The value of the property.default PropertySummary.BuilderPropertySummary.Builder.value(Consumer<DataValue.Builder> value) This is the value for the property.default PropertyValue.BuilderPropertyValue.Builder.value(Consumer<DataValue.Builder> value) An object that specifies a value for a time series property.