public static interface CreateThingResponse.Builder extends IoTResponse.Builder, CopyableBuilder<CreateThingResponse.Builder,CreateThingResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateThingResponse.Builder |
thingArn(String thingArn)
The ARN of the new thing.
|
CreateThingResponse.Builder |
thingName(String thingName)
The name of the new thing.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateThingResponse.Builder thingName(String thingName)
The name of the new thing.
thingName - The name of the new thing.CreateThingResponse.Builder thingArn(String thingArn)
The ARN of the new thing.
thingArn - The ARN of the new thing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.