Uses of Interface
software.amazon.awssdk.services.iot.model.ThingTypeProperties.Builder
-
Packages that use ThingTypeProperties.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingTypeProperties.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingTypeProperties.Builder Modifier and Type Method Description static ThingTypeProperties.BuilderThingTypeProperties. builder()ThingTypeProperties.BuilderThingTypeProperties.Builder. searchableAttributes(String... searchableAttributes)A list of searchable thing attribute names.ThingTypeProperties.BuilderThingTypeProperties.Builder. searchableAttributes(Collection<String> searchableAttributes)A list of searchable thing attribute names.ThingTypeProperties.BuilderThingTypeProperties.Builder. thingTypeDescription(String thingTypeDescription)The description of the thing type.ThingTypeProperties.BuilderThingTypeProperties. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingTypeProperties.Builder Modifier and Type Method Description static Class<? extends ThingTypeProperties.Builder>ThingTypeProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingTypeProperties.Builder Modifier and Type Method Description default CreateThingTypeRequest.BuilderCreateThingTypeRequest.Builder. thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)The ThingTypeProperties for the thing type to create.default DescribeThingTypeResponse.BuilderDescribeThingTypeResponse.Builder. thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.default ThingTypeDefinition.BuilderThingTypeDefinition.Builder. thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)The ThingTypeProperties for the thing type.
-