public static interface ThingTypeProperties.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 © 2021. All rights reserved.