public static interface CreateThingTypeResponse.Builder extends IoTResponse.Builder, 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 |
thingTypeName(String thingTypeName)
The name of the thing type.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
CreateThingTypeResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.