Interface StreamingSessionStream.Builder

    • Method Detail

      • createdAt

        StreamingSessionStream.Builder createdAt​(Instant createdAt)

        The ISO timestamp in seconds for when the resource was created.

        Parameters:
        createdAt - The ISO timestamp in seconds for when the resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        StreamingSessionStream.Builder createdBy​(String createdBy)

        The user ID of the user that created the streaming session stream.

        Parameters:
        createdBy - The user ID of the user that created the streaming session stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresAt

        StreamingSessionStream.Builder expiresAt​(Instant expiresAt)

        The ISO timestamp in seconds for when the resource expires.

        Parameters:
        expiresAt - The ISO timestamp in seconds for when the resource expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownedBy

        StreamingSessionStream.Builder ownedBy​(String ownedBy)

        The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

        Parameters:
        ownedBy - The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamId

        StreamingSessionStream.Builder streamId​(String streamId)

        The stream ID.

        Parameters:
        streamId - The stream ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        StreamingSessionStream.Builder url​(String url)

        The URL to connect to this stream using the DCV client.

        Parameters:
        url - The URL to connect to this stream using the DCV client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.