Interface GetAssetPropertyValueRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetAssetPropertyValueRequest.Builder,,GetAssetPropertyValueRequest> IoTSiteWiseRequest.Builder,SdkBuilder<GetAssetPropertyValueRequest.Builder,,GetAssetPropertyValueRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetAssetPropertyValueRequest
public static interface GetAssetPropertyValueRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyValueRequest.Builder,GetAssetPropertyValueRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset, in UUID format.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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).propertyId(String propertyId) The ID of the asset property, in UUID format.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
assetId
The ID of the asset, in UUID format.
- Parameters:
 assetId- The ID of the asset, in UUID format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertyId
The ID of the asset property, in UUID format.
- Parameters:
 propertyId- The ID of the asset property, in UUID format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetAssetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetAssetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -