public static interface GetRetainedMessageResponse.Builder extends IotDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<GetRetainedMessageResponse.Builder,GetRetainedMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRetainedMessageResponse.Builder |
lastModifiedTime(Long lastModifiedTime)
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
|
GetRetainedMessageResponse.Builder |
payload(SdkBytes payload)
The Base64-encoded message payload of the retained message body.
|
GetRetainedMessageResponse.Builder |
qos(Integer qos)
The quality of service (QoS) level used to publish the retained message.
|
GetRetainedMessageResponse.Builder |
topic(String topic)
The topic name to which the retained message was published.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRetainedMessageResponse.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.GetRetainedMessageResponse.Builder payload(SdkBytes payload)
The Base64-encoded message payload of the retained message body.
payload - The Base64-encoded message payload of the retained message body.GetRetainedMessageResponse.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.GetRetainedMessageResponse.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 © 2021. All rights reserved.