public static interface VariableValue.Builder extends SdkPojo, CopyableBuilder<VariableValue.Builder,VariableValue>
| Modifier and Type | Method and Description |
|---|---|
VariableValue.Builder |
hierarchyId(String hierarchyId)
The ID of the hierarchy to query for the property ID.
|
VariableValue.Builder |
propertyId(String propertyId)
The ID of the property to use as the variable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVariableValue.Builder propertyId(String propertyId)
The ID of the property to use as the variable. You can use the property name if it's from the
same asset model.
propertyId - The ID of the property to use as the variable. You can use the property name if it's from
the same asset model.VariableValue.Builder hierarchyId(String hierarchyId)
The ID of the hierarchy to query for the property ID. You can use the hierarchy's name instead of the hierarchy's ID.
You use a hierarchy ID instead of a model ID because you can have several hierarchies using the same model
and therefore the same propertyId. For example, you might have separately grouped assets that
come from the same asset model. For more information, see Asset hierarchies
in the AWS IoT SiteWise User Guide.
hierarchyId - The ID of the hierarchy to query for the property ID. You can use the hierarchy's name instead of the
hierarchy's ID.
You use a hierarchy ID instead of a model ID because you can have several hierarchies using the same
model and therefore the same propertyId. For example, you might have separately grouped
assets that come from the same asset model. For more information, see Asset
hierarchies in the AWS IoT SiteWise User Guide.
Copyright © 2021. All rights reserved.