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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateThingResponse.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 © 2022. All rights reserved.