Interface DisassociateClientDeviceFromCoreDeviceEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DisassociateClientDeviceFromCoreDeviceEntry.Builder,
,DisassociateClientDeviceFromCoreDeviceEntry> SdkBuilder<DisassociateClientDeviceFromCoreDeviceEntry.Builder,
,DisassociateClientDeviceFromCoreDeviceEntry> SdkPojo
- Enclosing class:
DisassociateClientDeviceFromCoreDeviceEntry
public static interface DisassociateClientDeviceFromCoreDeviceEntry.Builder
extends SdkPojo, CopyableBuilder<DisassociateClientDeviceFromCoreDeviceEntry.Builder,DisassociateClientDeviceFromCoreDeviceEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the IoT thing that represents the client device to disassociate.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 that represents the client device to disassociate.
- Parameters:
thingName
- The name of the IoT thing that represents the client device to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-