public static interface BatchDisassociateProjectAssetsResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchDisassociateProjectAssetsResponse.Builder,BatchDisassociateProjectAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateProjectAssetsResponse.Builder |
errors(AssetErrorDetails... errors)
A list of associated error information, if any.
|
BatchDisassociateProjectAssetsResponse.Builder |
errors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
|
BatchDisassociateProjectAssetsResponse.Builder |
errors(Consumer<AssetErrorDetails.Builder>... errors)
A list of associated error information, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateProjectAssetsResponse.Builder errors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
errors - A list of associated error information, if any.BatchDisassociateProjectAssetsResponse.Builder errors(AssetErrorDetails... errors)
A list of associated error information, if any.
errors - A list of associated error information, if any.BatchDisassociateProjectAssetsResponse.Builder errors(Consumer<AssetErrorDetails.Builder>... errors)
A list of associated error information, if any.
This is a convenience method that creates an instance of theAssetErrorDetails.Builder avoiding the need to
create one manually via AssetErrorDetails.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
AssetErrorDetails.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.