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