public static interface CreateAssetRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetRequest.Builder,CreateAssetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRequest.Builder |
assetDescription(String assetDescription)
A description for the asset.
|
CreateAssetRequest.Builder |
assetModelId(String assetModelId)
The ID of the asset model from which to create the asset.
|
CreateAssetRequest.Builder |
assetName(String assetName)
A friendly name for the asset.
|
CreateAssetRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreateAssetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAssetRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the asset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetRequest.Builder assetName(String assetName)
A friendly name for the asset.
assetName - A friendly name for the asset.CreateAssetRequest.Builder assetModelId(String assetModelId)
The ID of the asset model from which to create the asset.
assetModelId - The ID of the asset model from which to create the asset.CreateAssetRequest.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.CreateAssetRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
tags - A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT
SiteWise resources in the IoT SiteWise User Guide.CreateAssetRequest.Builder assetDescription(String assetDescription)
A description for the asset.
assetDescription - A description for the asset.CreateAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.