static DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.builder() |
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeArn(String thingTypeArn) |
The thing type ARN.
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeId(String thingTypeId) |
The thing type ID.
|
default DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.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.
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.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.
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeName(String thingTypeName) |
The name of 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.
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.Builder.thingTypeProperties(ThingTypeProperties thingTypeProperties) |
The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.
|
DescribeThingTypeResponse.Builder |
DescribeThingTypeResponse.toBuilder() |
|