Interface UpdateAssetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssetRequest.Builder,,UpdateAssetRequest> IoTSiteWiseRequest.Builder,SdkBuilder<UpdateAssetRequest.Builder,,UpdateAssetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateAssetRequest
public static interface UpdateAssetRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssetRequest.Builder,UpdateAssetRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionassetDescription(String assetDescription) A description for the asset.The ID of the asset to update.A friendly name for the asset.clientToken(String clientToken) A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields 
- 
Method Details
- 
assetId
The ID of the asset to update.
- Parameters:
 assetId- The ID of the asset to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetName
A friendly name for the asset.
- Parameters:
 assetName- A friendly name for the asset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetDescription
A description for the asset.
- Parameters:
 assetDescription- A description for the asset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateAssetRequest.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
UpdateAssetRequest.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.
 
 
 -