Package software.amazon.awssdk.crt.iot
Class ResponsePath
java.lang.Object
software.amazon.awssdk.crt.iot.ResponsePath
A response path is a pair of values - MQTT topic and a JSON path - that describe how a response to
an MQTT-based request may arrive. For a given request type, there may be multiple response paths and each
one is associated with a separate JSON schema for the response body.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder type for ResponsePath instances -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder instance for ResponsePath instances.
-
Method Details
-
builder
Creates a new builder instance for ResponsePath instances.- Returns:
- a new builder instance for ResponsePath instances
-