Interface DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder,
,DisassociateClientDeviceFromCoreDeviceErrorEntry> SdkBuilder<DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder,
,DisassociateClientDeviceFromCoreDeviceErrorEntry> SdkPojo
- Enclosing class:
DisassociateClientDeviceFromCoreDeviceErrorEntry
public static interface DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder
extends SdkPojo, CopyableBuilder<DisassociateClientDeviceFromCoreDeviceErrorEntry.Builder,DisassociateClientDeviceFromCoreDeviceErrorEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the request.A message that provides additional information about the error.The name of the IoT thing whose disassociate request failed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
thingName
The name of the IoT thing whose disassociate request failed.
- Parameters:
thingName
- The name of the IoT thing whose disassociate request failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code for the request.
- Parameters:
code
- The error code for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message that provides additional information about the error.
- Parameters:
message
- A message that provides additional information about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-