static ThingTypeDefinition.Builder |
ThingTypeDefinition.builder() |
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeArn(String thingTypeArn) |
The thing type ARN.
|
default ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeMetadata(Consumer<ThingTypeMetadata.Builder> thingTypeMetadata) |
The ThingTypeMetadata contains additional information about the thing type including: creation date and time,
a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
The ThingTypeMetadata contains additional information about the thing type including: creation date and time,
a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeName(String thingTypeName) |
The name of the thing type.
|
default ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties) |
The ThingTypeProperties for the thing type.
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties) |
The ThingTypeProperties for the thing type.
|
ThingTypeDefinition.Builder |
ThingTypeDefinition.toBuilder() |
|