public static interface RetainedMessageSummary.Builder extends SdkPojo, CopyableBuilder<RetainedMessageSummary.Builder,RetainedMessageSummary>
| Modifier and Type | Method and Description |
|---|---|
RetainedMessageSummary.Builder |
lastModifiedTime(Long lastModifiedTime)
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
|
RetainedMessageSummary.Builder |
payloadSize(Long payloadSize)
The size of the retained message's payload in bytes.
|
RetainedMessageSummary.Builder |
qos(Integer qos)
The quality of service (QoS) level used to publish the retained message.
|
RetainedMessageSummary.Builder |
topic(String topic)
The topic name to which the retained message was published.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetainedMessageSummary.Builder topic(String topic)
The topic name to which the retained message was published.
topic - The topic name to which the retained message was published.RetainedMessageSummary.Builder payloadSize(Long payloadSize)
The size of the retained message's payload in bytes.
payloadSize - The size of the retained message's payload in bytes.RetainedMessageSummary.Builder qos(Integer qos)
The quality of service (QoS) level used to publish the retained message.
qos - The quality of service (QoS) level used to publish the retained message.RetainedMessageSummary.Builder lastModifiedTime(Long lastModifiedTime)
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
lastModifiedTime - The Epoch date and time, in milliseconds, when the retained message was stored by IoT.Copyright © 2023. All rights reserved.