Interface AssociateClientDeviceWithCoreDeviceEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>,SdkBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>,SdkPojo
- Enclosing class:
- AssociateClientDeviceWithCoreDeviceEntry
public static interface AssociateClientDeviceWithCoreDeviceEntry.Builder extends SdkPojo, CopyableBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateClientDeviceWithCoreDeviceEntry.BuilderthingName(String thingName)The name of the IoT thing that represents the client device to associate.-
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
AssociateClientDeviceWithCoreDeviceEntry.Builder thingName(String thingName)
The name of the IoT thing that represents the client device to associate.
- Parameters:
thingName- The name of the IoT thing that represents the client device to associate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-