CopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
, SdkBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
public static interface UpdateThingShadowRequest.Builder extends CopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateThingShadowRequest.Builder |
payload(ByteBuffer payload) |
The state information, in JSON format.
|
UpdateThingShadowRequest.Builder |
thingName(String thingName) |
The name of the thing.
|
copy
apply, build
UpdateThingShadowRequest.Builder thingName(String thingName)
The name of the thing.
thingName
- The name of the thing.UpdateThingShadowRequest.Builder payload(ByteBuffer payload)
The state information, in JSON format.
payload
- The state information, in JSON format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.