CopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
, SdkBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
public static interface DescribeThingTypeResponse.Builder extends CopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
Modifier and Type | Method | Description |
---|---|---|
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 |
thingTypeName(String thingTypeName) |
The name of the thing type.
|
DescribeThingTypeResponse.Builder |
thingTypeProperties(ThingTypeProperties thingTypeProperties) |
The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.
|
copy
apply, build
DescribeThingTypeResponse.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName
- The name of the thing type.DescribeThingTypeResponse.Builder thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
thingTypeProperties
- The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.