public static interface BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder,BatchDisassociateClientDeviceFromCoreDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder |
errorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)
The list of any errors for the entries in the request.
|
BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder |
errorEntries(Consumer<DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder>... errorEntries)
The list of any errors for the entries in the request.
|
BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder |
errorEntries(DisassociateClientDeviceFromCoreDeviceErrorEntry... errorEntries)
The list of any errors for the entries in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateClientDeviceFromCoreDeviceResponse.Builder errorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> 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 disassociate.
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 disassociate.BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder errorEntries(DisassociateClientDeviceFromCoreDeviceErrorEntry... 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 disassociate.
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 disassociate.BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder errorEntries(Consumer<DisassociateClientDeviceFromCoreDeviceErrorEntry.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 disassociate.
This is a convenience method that creates an instance of theDisassociateClientDeviceFromCoreDeviceErrorEntry.Builder
avoiding the need to create one manually via
DisassociateClientDeviceFromCoreDeviceErrorEntry.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
DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.