Interface UpdateThingShadowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>,IotDataPlaneRequest.Builder,SdkBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThingShadowRequest
public static interface UpdateThingShadowRequest.Builder extends IotDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateThingShadowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThingShadowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThingShadowRequest.Builderpayload(SdkBytes payload)The state information, in JSON format.UpdateThingShadowRequest.BuildershadowName(String shadowName)The name of the shadow.UpdateThingShadowRequest.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
UpdateThingShadowRequest.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
UpdateThingShadowRequest.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.
-
payload
UpdateThingShadowRequest.Builder payload(SdkBytes payload)
The state information, in JSON format.
- Parameters:
payload- The state information, in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateThingShadowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThingShadowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-