Interface ConnectivityInfo.Builder

    • Method Detail

      • hostAddress

        ConnectivityInfo.Builder hostAddress​(String hostAddress)
        The endpoint for the Greengrass core. Can be an IP address or DNS.
        Parameters:
        hostAddress - The endpoint for the Greengrass core. Can be an IP address or DNS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ConnectivityInfo.Builder id​(String id)
        The ID of the connectivity information.
        Parameters:
        id - The ID of the connectivity information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadata

        ConnectivityInfo.Builder metadata​(String metadata)
        Metadata for this endpoint.
        Parameters:
        metadata - Metadata for this endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portNumber

        ConnectivityInfo.Builder portNumber​(Integer portNumber)
        The port of the Greengrass core. Usually 8883.
        Parameters:
        portNumber - The port of the Greengrass core. Usually 8883.
        Returns:
        Returns a reference to this object so that method calls can be chained together.