public static interface CreateThingTypeResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingTypeResponse.Builder,CreateThingTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeResponse.Builder |
thingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
CreateThingTypeResponse.Builder |
thingTypeId(String thingTypeId)
The thing type ID.
|
CreateThingTypeResponse.Builder |
thingTypeName(String thingTypeName)
The name of the thing type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThingTypeResponse.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.CreateThingTypeResponse.Builder thingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
thingTypeArn - The Amazon Resource Name (ARN) of the thing type.CreateThingTypeResponse.Builder thingTypeId(String thingTypeId)
The thing type ID.
thingTypeId - The thing type ID.Copyright © 2019. All rights reserved.