Interface BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder,BatchDisassociateClientDeviceFromCoreDeviceResponse>,GreengrassV2Response.Builder,SdkBuilder<BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder,BatchDisassociateClientDeviceFromCoreDeviceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchDisassociateClientDeviceFromCoreDeviceResponse
public static interface BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceResponse.Builder,BatchDisassociateClientDeviceFromCoreDeviceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateClientDeviceFromCoreDeviceResponse.BuildererrorEntries(Collection<DisassociateClientDeviceFromCoreDeviceErrorEntry> errorEntries)The list of any errors for the entries in the request.BatchDisassociateClientDeviceFromCoreDeviceResponse.BuildererrorEntries(Consumer<DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder>... errorEntries)The list of any errors for the entries in the request.BatchDisassociateClientDeviceFromCoreDeviceResponse.BuildererrorEntries(DisassociateClientDeviceFromCoreDeviceErrorEntry... errorEntries)The list of any errors for the entries in the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errorEntries
BatchDisassociateClientDeviceFromCoreDeviceResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
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.Builderavoiding the need to create one manually viaDisassociateClientDeviceFromCoreDeviceErrorEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errorEntries(List.) - Parameters:
errorEntries- a consumer that will call methods onDisassociateClientDeviceFromCoreDeviceErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errorEntries(java.util.Collection)
-
-