public static interface BatchAssociateProjectAssetsResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchAssociateProjectAssetsResponse.Builder,BatchAssociateProjectAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateProjectAssetsResponse.Builder |
errors(AssetErrorDetails... errors)
A list of associated error information, if any.
|
BatchAssociateProjectAssetsResponse.Builder |
errors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
|
BatchAssociateProjectAssetsResponse.Builder |
errors(Consumer<AssetErrorDetails.Builder>... errors)
A list of associated error information, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateProjectAssetsResponse.Builder errors(Collection<AssetErrorDetails> errors)
A list of associated error information, if any.
errors - A list of associated error information, if any.BatchAssociateProjectAssetsResponse.Builder errors(AssetErrorDetails... errors)
A list of associated error information, if any.
errors - A list of associated error information, if any.BatchAssociateProjectAssetsResponse.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.