| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ThingTypeProperties.Builder |
ThingTypeProperties.builder() |
ThingTypeProperties.Builder |
ThingTypeProperties.Builder.searchableAttributes(Collection<String> searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties.Builder |
ThingTypeProperties.Builder.searchableAttributes(String... searchableAttributes)
A list of searchable thing attribute names.
|
ThingTypeProperties.Builder |
ThingTypeProperties.Builder.thingTypeDescription(String thingTypeDescription)
The description of the thing type.
|
ThingTypeProperties.Builder |
ThingTypeProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThingTypeProperties.Builder> |
ThingTypeProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateThingTypeRequest.Builder |
CreateThingTypeRequest.Builder.thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
default ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)
The ThingTypeProperties for the thing type.
|
default DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.
|
Copyright © 2023. All rights reserved.