Interface CreateStreamingUrlRequest.Builder

    • Method Detail

      • stackName

        CreateStreamingUrlRequest.Builder stackName​(String stackName)

        The name of the stack.

        Parameters:
        stackName - The name of the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetName

        CreateStreamingUrlRequest.Builder fleetName​(String fleetName)

        The name of the fleet.

        Parameters:
        fleetName - The name of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        CreateStreamingUrlRequest.Builder userId​(String userId)

        The identifier of the user.

        Parameters:
        userId - The identifier of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationId

        CreateStreamingUrlRequest.Builder applicationId​(String applicationId)

        The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

        Parameters:
        applicationId - The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validity

        CreateStreamingUrlRequest.Builder validity​(Long validity)

        The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

        Parameters:
        validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionContext

        CreateStreamingUrlRequest.Builder sessionContext​(String sessionContext)

        The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

        Parameters:
        sessionContext - The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.