public static interface DeprecateThingTypeRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeprecateThingTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeprecateThingTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.