CopyableBuilder<CreateThingTypeRequest.Builder,CreateThingTypeRequest>, SdkBuilder<CreateThingTypeRequest.Builder,CreateThingTypeRequest>public static interface CreateThingTypeRequest.Builder extends CopyableBuilder<CreateThingTypeRequest.Builder,CreateThingTypeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateThingTypeRequest.Builder |
thingTypeName(String thingTypeName) |
The name of the thing type.
|
CreateThingTypeRequest.Builder |
thingTypeProperties(ThingTypeProperties thingTypeProperties) |
The ThingTypeProperties for the thing type to create.
|
copyapply, buildCreateThingTypeRequest.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.CreateThingTypeRequest.Builder thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
thingTypeProperties - The ThingTypeProperties for the thing type to create. It contains information about the new thing type
including a description, and a list of searchable thing attribute names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.