public static interface MqttContext.Builder extends SdkPojo, CopyableBuilder<MqttContext.Builder,MqttContext>
| Modifier and Type | Method and Description |
|---|---|
MqttContext.Builder |
clientId(String clientId)
The value of the
clientId key in an MQTT authorization request. |
MqttContext.Builder |
password(SdkBytes password)
The value of the
password key in an MQTT authorization request. |
MqttContext.Builder |
username(String username)
The value of the
username key in an MQTT authorization request. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMqttContext.Builder username(String username)
The value of the username key in an MQTT authorization request.
username - The value of the username key in an MQTT authorization request.MqttContext.Builder password(SdkBytes password)
The value of the password key in an MQTT authorization request.
password - The value of the password key in an MQTT authorization request.MqttContext.Builder clientId(String clientId)
The value of the clientId key in an MQTT authorization request.
clientId - The value of the clientId key in an MQTT authorization request.Copyright © 2021. All rights reserved.