Interface CreateStreamingSessionRequest.Builder

    • Method Detail

      • clientToken

        CreateStreamingSessionRequest.Builder clientToken​(String clientToken)

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

        Parameters:
        clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchProfileId

        CreateStreamingSessionRequest.Builder launchProfileId​(String launchProfileId)

        The ID of the launch profile used to control access from the streaming session.

        Parameters:
        launchProfileId - The ID of the launch profile used to control access from the streaming session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownedBy

        CreateStreamingSessionRequest.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.
      • streamingImageId

        CreateStreamingSessionRequest.Builder streamingImageId​(String streamingImageId)

        The ID of the streaming image.

        Parameters:
        streamingImageId - The ID of the streaming image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • studioId

        CreateStreamingSessionRequest.Builder studioId​(String studioId)

        The studio ID.

        Parameters:
        studioId - The studio ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateStreamingSessionRequest.Builder tags​(Map<String,​String> tags)

        A collection of labels, in the form of key-value pairs, that apply to this resource.

        Parameters:
        tags - A collection of labels, in the form of key-value pairs, that apply to this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.