Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ExpressionVariable.Builder
-
Packages that use ExpressionVariable.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ExpressionVariable.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ExpressionVariable.Builder Modifier and Type Method Description static ExpressionVariable.BuilderExpressionVariable. builder()ExpressionVariable.BuilderExpressionVariable.Builder. name(String name)The friendly name of the variable to be used in the expression.ExpressionVariable.BuilderExpressionVariable. toBuilder()default ExpressionVariable.BuilderExpressionVariable.Builder. value(Consumer<VariableValue.Builder> value)The variable that identifies an asset property from which to use values.ExpressionVariable.BuilderExpressionVariable.Builder. value(VariableValue value)The variable that identifies an asset property from which to use values.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ExpressionVariable.Builder Modifier and Type Method Description static Class<? extends ExpressionVariable.Builder>ExpressionVariable. serializableBuilderClass()
-