CopyableBuilder<PublishRequest.Builder,PublishRequest>
, SdkBuilder<PublishRequest.Builder,PublishRequest>
public static interface PublishRequest.Builder extends CopyableBuilder<PublishRequest.Builder,PublishRequest>
Modifier and Type | Method | Description |
---|---|---|
PublishRequest.Builder |
payload(ByteBuffer payload) |
The state information, in JSON format.
|
PublishRequest.Builder |
qos(Integer qos) |
The Quality of Service (QoS) level.
|
PublishRequest.Builder |
topic(String topic) |
The name of the MQTT topic.
|
copy
apply, build
PublishRequest.Builder topic(String topic)
The name of the MQTT topic.
topic
- The name of the MQTT topic.PublishRequest.Builder qos(Integer qos)
The Quality of Service (QoS) level.
qos
- The Quality of Service (QoS) level.PublishRequest.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.