public static interface ThingTypeMetadata.Builder extends CopyableBuilder<ThingTypeMetadata.Builder,ThingTypeMetadata>
Modifier and Type | Method and Description |
---|---|
ThingTypeMetadata.Builder |
creationDate(Instant 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(Instant deprecationDate)
The date and time when the thing type was deprecated.
|
copy
apply, build
ThingTypeMetadata.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(Instant 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(Instant 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.