public static interface UpdateAssetPropertyRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssetPropertyRequest.Builder,UpdateAssetPropertyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetPropertyRequest.Builder |
assetId(String assetId)
The ID of the asset to be updated.
|
UpdateAssetPropertyRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdateAssetPropertyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssetPropertyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAssetPropertyRequest.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). |
UpdateAssetPropertyRequest.Builder |
propertyId(String propertyId)
The ID of the asset property to be updated.
|
UpdateAssetPropertyRequest.Builder |
propertyNotificationState(PropertyNotificationState propertyNotificationState)
The MQTT notification state (enabled or disabled) for this asset property.
|
UpdateAssetPropertyRequest.Builder |
propertyNotificationState(String propertyNotificationState)
The MQTT notification state (enabled or disabled) for this asset property.
|
UpdateAssetPropertyRequest.Builder |
propertyUnit(String propertyUnit)
The unit of measure (such as Newtons or RPM) of the asset property.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssetPropertyRequest.Builder assetId(String assetId)
The ID of the asset to be updated.
assetId - The ID of the asset to be updated.UpdateAssetPropertyRequest.Builder propertyId(String propertyId)
The ID of the asset property to be updated.
propertyId - The ID of the asset property to be updated.UpdateAssetPropertyRequest.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.
If you omit this parameter, the alias is removed from the property.
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.
If you omit this parameter, the alias is removed from the property.
UpdateAssetPropertyRequest.Builder propertyNotificationState(String propertyNotificationState)
The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.
If you omit this parameter, the notification state is set to DISABLED.
propertyNotificationState - The MQTT notification state (enabled or disabled) for this asset property. When the notification state
is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more
information, see Interacting with other services in the IoT SiteWise User Guide.
If you omit this parameter, the notification state is set to DISABLED.
PropertyNotificationState,
PropertyNotificationStateUpdateAssetPropertyRequest.Builder propertyNotificationState(PropertyNotificationState propertyNotificationState)
The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.
If you omit this parameter, the notification state is set to DISABLED.
propertyNotificationState - The MQTT notification state (enabled or disabled) for this asset property. When the notification state
is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more
information, see Interacting with other services in the IoT SiteWise User Guide.
If you omit this parameter, the notification state is set to DISABLED.
PropertyNotificationState,
PropertyNotificationStateUpdateAssetPropertyRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.UpdateAssetPropertyRequest.Builder propertyUnit(String propertyUnit)
The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify a value for this
parameter, the service uses the value of the assetModelProperty in the asset model.
propertyUnit - The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify a value for
this parameter, the service uses the value of the assetModelProperty in the asset model.UpdateAssetPropertyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssetPropertyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.