public static interface AssociatedClientDevice.Builder extends SdkPojo, CopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>
| Modifier and Type | Method and Description |
|---|---|
AssociatedClientDevice.Builder |
associationTimestamp(Instant associationTimestamp)
The time that the client device was associated, expressed in ISO 8601 format.
|
AssociatedClientDevice.Builder |
thingName(String thingName)
The name of the IoT thing that represents the associated client device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatedClientDevice.Builder thingName(String thingName)
The name of the IoT thing that represents the associated client device.
thingName - The name of the IoT thing that represents the associated client device.AssociatedClientDevice.Builder associationTimestamp(Instant associationTimestamp)
The time that the client device was associated, expressed in ISO 8601 format.
associationTimestamp - The time that the client device was associated, expressed in ISO 8601 format.Copyright © 2023. All rights reserved.