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 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.