Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.VariableValue.Builder
-
Packages that use VariableValue.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of VariableValue.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return VariableValue.Builder Modifier and Type Method Description static VariableValue.BuilderVariableValue. builder()VariableValue.BuilderVariableValue.Builder. hierarchyId(String hierarchyId)The ID of the hierarchy to query for the property ID.VariableValue.BuilderVariableValue.Builder. propertyId(String propertyId)The ID of the property to use as the variable.VariableValue.BuilderVariableValue.Builder. propertyPath(Collection<AssetModelPropertyPathSegment> propertyPath)The path of the property.VariableValue.BuilderVariableValue.Builder. propertyPath(Consumer<AssetModelPropertyPathSegment.Builder>... propertyPath)The path of the property.VariableValue.BuilderVariableValue.Builder. propertyPath(AssetModelPropertyPathSegment... propertyPath)The path of the property.VariableValue.BuilderVariableValue. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type VariableValue.Builder Modifier and Type Method Description static Class<? extends VariableValue.Builder>VariableValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type VariableValue.Builder Modifier and Type Method Description default ExpressionVariable.BuilderExpressionVariable.Builder. value(Consumer<VariableValue.Builder> value)The variable that identifies an asset property from which to use values.
-