| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static VariableValue.Builder |
VariableValue.builder() |
VariableValue.Builder |
VariableValue.Builder.hierarchyId(String hierarchyId)
The ID of the hierarchy to query for the property ID.
|
VariableValue.Builder |
VariableValue.Builder.propertyId(String propertyId)
The ID of the property to use as the variable.
|
VariableValue.Builder |
VariableValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VariableValue.Builder> |
VariableValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExpressionVariable.Builder |
ExpressionVariable.Builder.value(Consumer<VariableValue.Builder> value)
The variable that identifies an asset property from which to use values.
|
Copyright © 2023. All rights reserved.