Interface DevEnvironmentAccessDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>, SdkBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>, SdkPojo
Enclosing class:
DevEnvironmentAccessDetails

public static interface DevEnvironmentAccessDetails.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
  • Method Details

    • 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

      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.