Interface Thing.Builder

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

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

    • thingArn

      Thing.Builder thingArn(String thingArn)

      The ARN of the thing.

      Parameters:
      thingArn - The ARN of the thing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thingName

      Thing.Builder thingName(String thingName)

      The name of the thing.

      Parameters:
      thingName - The name of the thing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.