Interface ResourceEndpointListItem.Builder

    • Method Detail

      • protocol

        ResourceEndpointListItem.Builder protocol​(String protocol)

        The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.

        Parameters:
        protocol - The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChannelProtocol, ChannelProtocol
      • protocol

        ResourceEndpointListItem.Builder protocol​(ChannelProtocol protocol)

        The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.

        Parameters:
        protocol - The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChannelProtocol, ChannelProtocol
      • resourceEndpoint

        ResourceEndpointListItem.Builder resourceEndpoint​(String resourceEndpoint)

        The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.

        Parameters:
        resourceEndpoint - The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.