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 property 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.
|
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 property 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 AWS IoT SiteWise User Guide.
If you omit this parameter, the alias is removed from the property.
propertyAlias - The property 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 AWS 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, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the AWS 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, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more
information, see Interacting with other services in the AWS 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, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the AWS 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, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more
information, see Interacting with other services in the AWS 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssetPropertyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.