public static interface ConnectivityInfo.Builder extends SdkPojo, CopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
| Modifier and Type | Method and Description |
|---|---|
ConnectivityInfo.Builder |
hostAddress(String hostAddress)
The IP address or DNS address where client devices can connect to an MQTT broker on the Greengrass core
device.
|
ConnectivityInfo.Builder |
id(String id)
An ID for the connectivity information.
|
ConnectivityInfo.Builder |
metadata(String metadata)
Additional metadata to provide to client devices that connect to this core device.
|
ConnectivityInfo.Builder |
portNumber(Integer portNumber)
The port where the MQTT broker operates on the core device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectivityInfo.Builder id(String id)
An ID for the connectivity information.
id - An ID for the connectivity information.ConnectivityInfo.Builder hostAddress(String hostAddress)
The IP address or DNS address where client devices can connect to an MQTT broker on the Greengrass core device.
hostAddress - The IP address or DNS address where client devices can connect to an MQTT broker on the Greengrass
core device.ConnectivityInfo.Builder portNumber(Integer portNumber)
The port where the MQTT broker operates on the core device. This port is typically 8883, which is the default port for the MQTT broker component that runs on core devices.
portNumber - The port where the MQTT broker operates on the core device. This port is typically 8883, which is the
default port for the MQTT broker component that runs on core devices.ConnectivityInfo.Builder metadata(String metadata)
Additional metadata to provide to client devices that connect to this core device.
metadata - Additional metadata to provide to client devices that connect to this core device.Copyright © 2023. All rights reserved.