public static interface ThingTypeProperties.Builder extends CopyableBuilder<ThingTypeProperties.Builder,ThingTypeProperties>
| Modifier and Type | Method and Description |
|---|---|
ThingTypeProperties.Builder |
searchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties.Builder |
searchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties.Builder |
thingTypeDescription(String thingTypeDescription)
The description of the thing type.
|
copyapply, buildThingTypeProperties.Builder thingTypeDescription(String thingTypeDescription)
The description of the thing type.
thingTypeDescription - The description of the thing type.ThingTypeProperties.Builder searchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
searchableAttributes - A list of searchable thing attribute names.ThingTypeProperties.Builder searchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
searchableAttributes - A list of searchable thing attribute names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.