Interface GetQAppSessionResponse.Builder

    • Method Detail

      • sessionId

        GetQAppSessionResponse.Builder sessionId​(String sessionId)

        The unique identifier of the Q App session.

        Parameters:
        sessionId - The unique identifier of the Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionArn

        GetQAppSessionResponse.Builder sessionArn​(String sessionArn)

        The Amazon Resource Name (ARN) of the Q App session.

        Parameters:
        sessionArn - The Amazon Resource Name (ARN) of the Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionName

        GetQAppSessionResponse.Builder sessionName​(String sessionName)

        The name of the Q App session.

        Parameters:
        sessionName - The name of the Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appVersion

        GetQAppSessionResponse.Builder appVersion​(Integer appVersion)

        The version of the Q App used for the session.

        Parameters:
        appVersion - The version of the Q App used for the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestPublishedAppVersion

        GetQAppSessionResponse.Builder latestPublishedAppVersion​(Integer latestPublishedAppVersion)

        The latest published version of the Q App used for the session.

        Parameters:
        latestPublishedAppVersion - The latest published version of the Q App used for the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cardStatus

        GetQAppSessionResponse.Builder cardStatus​(Map<String,​CardStatus> cardStatus)

        The current status for each card in the Q App session.

        Parameters:
        cardStatus - The current status for each card in the Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userIsHost

        GetQAppSessionResponse.Builder userIsHost​(Boolean userIsHost)

        Indicates whether the current user is the owner of the Q App data collection session.

        Parameters:
        userIsHost - Indicates whether the current user is the owner of the Q App data collection session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.