Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.DataValue.Builder
-
Packages that use DataValue.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of DataValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataValue.Builder Modifier and Type Method Description DataValue.BuilderDataValue.Builder. booleanValue(Boolean booleanValue)A Boolean value.static DataValue.BuilderDataValue. builder()DataValue.BuilderDataValue.Builder. doubleValue(Double doubleValue)A double value.DataValue.BuilderDataValue.Builder. expression(String expression)An expression that produces the value.DataValue.BuilderDataValue.Builder. integerValue(Integer integerValue)An integer value.DataValue.BuilderDataValue.Builder. listValue(Collection<DataValue> listValue)A list of multiple values.DataValue.BuilderDataValue.Builder. listValue(Consumer<DataValue.Builder>... listValue)A list of multiple values.DataValue.BuilderDataValue.Builder. listValue(DataValue... listValue)A list of multiple values.DataValue.BuilderDataValue.Builder. longValue(Long longValue)A long value.DataValue.BuilderDataValue.Builder. mapValue(Map<String,DataValue> mapValue)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.BuilderDataValue.Builder. relationshipValue(RelationshipValue relationshipValue)A value that relates a component to another component.DataValue.BuilderDataValue.Builder. stringValue(String stringValue)A string value.DataValue.BuilderDataValue. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DataValue.Builder Modifier and Type Method Description static Class<? extends DataValue.Builder>DataValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type DataValue.Builder Modifier and Type Method Description default PropertyDefinitionRequest.BuilderPropertyDefinitionRequest.Builder. defaultValue(Consumer<DataValue.Builder> defaultValue)An object that contains the default value.default PropertyDefinitionResponse.BuilderPropertyDefinitionResponse.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.
-