Interface DevEnvironmentAccessDetails.Builder

    • Method Detail

      • streamUrl

        DevEnvironmentAccessDetails.Builder streamUrl​(String streamUrl)

        The URL used to send commands to and from the Dev Environment.

        Parameters:
        streamUrl - The URL used to send commands to and from the Dev Environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tokenValue

        DevEnvironmentAccessDetails.Builder tokenValue​(String tokenValue)

        An encrypted token value that contains session and caller information used to authenticate the connection.

        Parameters:
        tokenValue - An encrypted token value that contains session and caller information used to authenticate the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.