public static interface BatchAssociateClientDeviceWithCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<BatchAssociateClientDeviceWithCoreDeviceResponse.Builder,BatchAssociateClientDeviceWithCoreDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateClientDeviceWithCoreDeviceResponse.Builder |
errorEntries(AssociateClientDeviceWithCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request.
|
BatchAssociateClientDeviceWithCoreDeviceResponse.Builder |
errorEntries(Collection<AssociateClientDeviceWithCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
BatchAssociateClientDeviceWithCoreDeviceResponse.Builder |
errorEntries(Consumer<AssociateClientDeviceWithCoreDeviceErrorEntry.Builder>... errorEntries)
The list of any errors for the entries in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateClientDeviceWithCoreDeviceResponse.Builder errorEntries(Collection<AssociateClientDeviceWithCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate.
errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT
thing that failed to associate.BatchAssociateClientDeviceWithCoreDeviceResponse.Builder errorEntries(AssociateClientDeviceWithCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate.
errorEntries - The list of any errors for the entries in the request. Each error entry contains the name of the IoT
thing that failed to associate.BatchAssociateClientDeviceWithCoreDeviceResponse.Builder errorEntries(Consumer<AssociateClientDeviceWithCoreDeviceErrorEntry.Builder>... errorEntries)
The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate.
This is a convenience method that creates an instance of theAssociateClientDeviceWithCoreDeviceErrorEntry.Builder
avoiding the need to create one manually via
AssociateClientDeviceWithCoreDeviceErrorEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errorEntries(List.
errorEntries - a consumer that will call methods on
AssociateClientDeviceWithCoreDeviceErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.