public static interface CreateThingResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingResponse.Builder,CreateThingResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateThingResponse.Builder |
thingArn(String thingArn)
The ARN of the new thing.
|
CreateThingResponse.Builder |
thingId(String thingId)
The thing ID.
|
CreateThingResponse.Builder |
thingName(String thingName)
The name of the new thing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.CreateThingResponse.Builder thingId(String thingId)
The thing ID.
thingId - The thing ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.