Interface AssociateClientDeviceWithCoreDeviceErrorEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssociateClientDeviceWithCoreDeviceErrorEntry.Builder,AssociateClientDeviceWithCoreDeviceErrorEntry>, SdkBuilder<AssociateClientDeviceWithCoreDeviceErrorEntry.Builder,AssociateClientDeviceWithCoreDeviceErrorEntry>, SdkPojo
Enclosing class:
AssociateClientDeviceWithCoreDeviceErrorEntry

public static interface AssociateClientDeviceWithCoreDeviceErrorEntry.Builder extends SdkPojo, CopyableBuilder<AssociateClientDeviceWithCoreDeviceErrorEntry.Builder,AssociateClientDeviceWithCoreDeviceErrorEntry>
  • Method Details

    • thingName

      The name of the IoT thing whose associate request failed.

      Parameters:
      thingName - The name of the IoT thing whose associate 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.