Interface GetConnectionStatusResponse.Builder

    • Method Detail

      • target

        GetConnectionStatusResponse.Builder target​(String target)

        The ID of the managed node to check connection status.

        Parameters:
        target - The ID of the managed node to check connection status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetConnectionStatusResponse.Builder status​(String status)

        The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.

        Parameters:
        status - The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionStatus, ConnectionStatus
      • status

        GetConnectionStatusResponse.Builder status​(ConnectionStatus status)

        The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.

        Parameters:
        status - The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionStatus, ConnectionStatus