Class CreateStreamingUrlRequest

    • Method Detail

      • stackName

        public final String stackName()

        The name of the stack.

        Returns:
        The name of the stack.
      • fleetName

        public final String fleetName()

        The name of the fleet.

        Returns:
        The name of the fleet.
      • userId

        public final String userId()

        The identifier of the user.

        Returns:
        The identifier of the user.
      • applicationId

        public final 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.

        Returns:
        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.
      • validity

        public final 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.

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

        public final String sessionContext()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object