Interface AssociatedClientDevice.Builder

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

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

    • thingName

      AssociatedClientDevice.Builder thingName(String thingName)

      The name of the IoT thing that represents the associated client device.

      Parameters:
      thingName - The name of the IoT thing that represents the associated client device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationTimestamp

      AssociatedClientDevice.Builder associationTimestamp(Instant associationTimestamp)

      The time that the client device was associated, expressed in ISO 8601 format.

      Parameters:
      associationTimestamp - The time that the client device was associated, expressed in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.