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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateClientDeviceWithCoreDeviceErrorEntry.Buildercode(String code)The error code for the request.AssociateClientDeviceWithCoreDeviceErrorEntry.Buildermessage(String message)A message that provides additional information about the error.AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderthingName(String thingName)The name of the IoT thing whose associate 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 Detail
-
thingName
AssociateClientDeviceWithCoreDeviceErrorEntry.Builder thingName(String 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
AssociateClientDeviceWithCoreDeviceErrorEntry.Builder code(String 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
AssociateClientDeviceWithCoreDeviceErrorEntry.Builder message(String 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.
-
-