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