public static interface GetAssetPropertyValueRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyValueRequest.Builder,GetAssetPropertyValueRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyValueRequest.Builder |
assetId(String assetId)
The ID of the asset.
|
GetAssetPropertyValueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssetPropertyValueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAssetPropertyValueRequest.Builder |
propertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
GetAssetPropertyValueRequest.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetPropertyValueRequest.Builder assetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.GetAssetPropertyValueRequest.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.GetAssetPropertyValueRequest.Builder propertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
propertyAlias - The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.GetAssetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAssetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.