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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.