public static interface DeprecateThingTypeRequest.Builder extends IoTRequest.Builder, CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeprecateThingTypeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildDeprecateThingTypeRequest.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.DeprecateThingTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeprecateThingTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.