public static interface DeleteAssetResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DeleteAssetResponse.Builder,DeleteAssetResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAssetResponse.Builder |
assetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
default DeleteAssetResponse.Builder |
assetStatus(Consumer<AssetStatus.Builder> assetStatus)
The status of the asset, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAssetResponse.Builder assetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (DELETING after successfully calling this
operation) and any error message.
assetStatus - The status of the asset, which contains a state (DELETING after successfully calling this
operation) and any error message.default DeleteAssetResponse.Builder assetStatus(Consumer<AssetStatus.Builder> assetStatus)
The status of the asset, which contains a state (DELETING after successfully calling this
operation) and any error message.
AssetStatus.Builder avoiding the need to
create one manually via AssetStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to assetStatus(AssetStatus).
assetStatus - a consumer that will call methods on AssetStatus.BuilderassetStatus(AssetStatus)Copyright © 2022. All rights reserved.