public static interface UpdateThingShadowRequest.Builder extends IotDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateThingShadowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateThingShadowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateThingShadowRequest.Builder |
payload(SdkBytes payload)
The state information, in JSON format.
|
UpdateThingShadowRequest.Builder |
thingName(String thingName)
The name of the thing.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateThingShadowRequest.Builder thingName(String thingName)
The name of the thing.
thingName - The name of the thing.UpdateThingShadowRequest.Builder payload(SdkBytes payload)
The state information, in JSON format.
payload - The state information, in JSON format.UpdateThingShadowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateThingShadowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.