Interface ListQAppSessionDataResponse.Builder

    • Method Detail

      • sessionId

        ListQAppSessionDataResponse.Builder sessionId​(String sessionId)

        The unique identifier of the Q App data collection session.

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

        ListQAppSessionDataResponse.Builder sessionArn​(String sessionArn)

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

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

        ListQAppSessionDataResponse.Builder sessionData​(Collection<QAppSessionData> sessionData)

        The collected responses of a Q App session.

        Parameters:
        sessionData - The collected responses of a Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionData

        ListQAppSessionDataResponse.Builder sessionData​(QAppSessionData... sessionData)

        The collected responses of a Q App session.

        Parameters:
        sessionData - The collected responses of a Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQAppSessionDataResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.