CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
, SdkBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
public static interface DeprecateThingTypeRequest.Builder extends CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
Modifier and Type | Method | Description |
---|---|---|
DeprecateThingTypeRequest.Builder |
thingTypeName(String thingTypeName) |
The name of the thing type to deprecate.
|
DeprecateThingTypeRequest.Builder |
undoDeprecate(Boolean undoDeprecate) |
Whether to undeprecate a deprecated thing type.
|
copy
apply, build
DeprecateThingTypeRequest.Builder thingTypeName(String thingTypeName)
The name of the thing type to deprecate.
thingTypeName
- The name of the thing type to deprecate.DeprecateThingTypeRequest.Builder undoDeprecate(Boolean undoDeprecate)
Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
undoDeprecate
- Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated
anymore and you can associate it with things.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.