public static interface ExpressionVariable.Builder extends SdkPojo, CopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>
| Modifier and Type | Method and Description |
|---|---|
ExpressionVariable.Builder |
name(String name)
The friendly name of the variable to be used in the expression.
|
default ExpressionVariable.Builder |
value(Consumer<VariableValue.Builder> value)
The variable that identifies an asset property from which to use values.
|
ExpressionVariable.Builder |
value(VariableValue value)
The variable that identifies an asset property from which to use values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpressionVariable.Builder name(String name)
The friendly name of the variable to be used in the expression.
name - The friendly name of the variable to be used in the expression.ExpressionVariable.Builder value(VariableValue value)
The variable that identifies an asset property from which to use values.
value - The variable that identifies an asset property from which to use values.default ExpressionVariable.Builder value(Consumer<VariableValue.Builder> value)
The variable that identifies an asset property from which to use values.
This is a convenience method that creates an instance of theVariableValue.Builder avoiding the need
to create one manually via VariableValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to value(VariableValue).
value - a consumer that will call methods on VariableValue.Buildervalue(VariableValue)Copyright © 2022. All rights reserved.