CopyableBuilder<ThingTypeMetadata.Builder,ThingTypeMetadata>, SdkBuilder<ThingTypeMetadata.Builder,ThingTypeMetadata>public static interface ThingTypeMetadata.Builder extends CopyableBuilder<ThingTypeMetadata.Builder,ThingTypeMetadata>
| Modifier and Type | Method | Description |
|---|---|---|
ThingTypeMetadata.Builder |
creationDate(Date creationDate) |
The date and time when the thing type was created.
|
ThingTypeMetadata.Builder |
deprecated(Boolean deprecated) |
Whether the thing type is deprecated.
|
ThingTypeMetadata.Builder |
deprecationDate(Date deprecationDate) |
The date and time when the thing type was deprecated.
|
copyapply, buildThingTypeMetadata.Builder deprecated(Boolean deprecated)
Whether the thing type is deprecated. If true, no new things could be associated with this type.
deprecated - Whether the thing type is deprecated. If true, no new things could be associated with this
type.ThingTypeMetadata.Builder deprecationDate(Date deprecationDate)
The date and time when the thing type was deprecated.
deprecationDate - The date and time when the thing type was deprecated.ThingTypeMetadata.Builder creationDate(Date creationDate)
The date and time when the thing type was created.
creationDate - The date and time when the thing type was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.