CopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
, SdkBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
public static interface ThingTypeDefinition.Builder extends CopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
Modifier and Type | Method | Description |
---|---|---|
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 |
thingTypeName(String thingTypeName) |
The name of the thing type.
|
ThingTypeDefinition.Builder |
thingTypeProperties(ThingTypeProperties thingTypeProperties) |
The ThingTypeProperties for the thing type.
|
copy
apply, build
ThingTypeDefinition.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName
- The name of the thing type.ThingTypeDefinition.Builder thingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
thingTypeProperties
- The ThingTypeProperties for the thing type.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.
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.