public static interface DescribeThingTypeResponse.Builder extends IoTResponse.Builder, CopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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.
|
default 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 |
thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeThingTypeResponse.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.default 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.
This is a convenience that creates an instance of theThingTypeProperties.Builder avoiding the need
to create one manually via ThingTypeProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to thingTypeProperties(ThingTypeProperties).thingTypeProperties - a consumer that will call methods on ThingTypeProperties.BuilderthingTypeProperties(ThingTypeProperties)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.default 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.
This is a convenience that creates an instance of theThingTypeMetadata.Builder avoiding the need to
create one manually via ThingTypeMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to thingTypeMetadata(ThingTypeMetadata).thingTypeMetadata - a consumer that will call methods on ThingTypeMetadata.BuilderthingTypeMetadata(ThingTypeMetadata)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.