public static interface Thing.Builder extends SdkPojo, CopyableBuilder<Thing.Builder,Thing>
| Modifier and Type | Method and Description |
|---|---|
Thing.Builder |
thingArn(String thingArn)
The ARN of the thing.
|
Thing.Builder |
thingName(String thingName)
The name of the thing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThing.Builder thingArn(String thingArn)
The ARN of the thing.
thingArn - The ARN of the thing.Thing.Builder thingName(String thingName)
The name of the thing.
thingName - The name of the thing.Copyright © 2023. All rights reserved.