CopyableBuilder<ThingTypeProperties.Builder,ThingTypeProperties>, SdkBuilder<ThingTypeProperties.Builder,ThingTypeProperties>public static interface ThingTypeProperties.Builder extends CopyableBuilder<ThingTypeProperties.Builder,ThingTypeProperties>
| Modifier and Type | Method | Description |
|---|---|---|
ThingTypeProperties.Builder |
searchableAttributes(String... searchableAttributes) |
A list of searchable thing attribute names.
|
ThingTypeProperties.Builder |
searchableAttributes(Collection<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.
NOTE: This method appends the values to the existing list (if any). Use
#setSearchableAttributes(java.util.Collection) or
#withSearchableAttributes(java.util.Collection) if you want to override the existing values.
searchableAttributes - A list of searchable thing attribute names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.