Interface DeleteThingShadowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteThingShadowRequest.Builder,DeleteThingShadowRequest>,IotDataPlaneRequest.Builder,SdkBuilder<DeleteThingShadowRequest.Builder,DeleteThingShadowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteThingShadowRequest
public static interface DeleteThingShadowRequest.Builder extends IotDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<DeleteThingShadowRequest.Builder,DeleteThingShadowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteThingShadowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteThingShadowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteThingShadowRequest.BuildershadowName(String shadowName)The name of the shadow.DeleteThingShadowRequest.BuilderthingName(String thingName)The name of the thing.-
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.iotdataplane.model.IotDataPlaneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
thingName
DeleteThingShadowRequest.Builder thingName(String thingName)
The name of the thing.
- Parameters:
thingName- The name of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shadowName
DeleteThingShadowRequest.Builder shadowName(String shadowName)
The name of the shadow.
- Parameters:
shadowName- The name of the shadow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteThingShadowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteThingShadowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-