Interface DeprecateThingTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>,IotRequest.Builder,SdkBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeprecateThingTypeRequest
public static interface DeprecateThingTypeRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeprecateThingTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeprecateThingTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeprecateThingTypeRequest.BuilderthingTypeName(String thingTypeName)The name of the thing type to deprecate.DeprecateThingTypeRequest.BuilderundoDeprecate(Boolean undoDeprecate)Whether to undeprecate a deprecated thing type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
thingTypeName
DeprecateThingTypeRequest.Builder thingTypeName(String thingTypeName)
The name of the thing type to deprecate.
- Parameters:
thingTypeName- The name of the thing type to deprecate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
undoDeprecate
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeprecateThingTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeprecateThingTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-