static ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.builder() |
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.nextToken(String nextToken) |
The pagination token that indicates the next set of results to retrieve.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.sessionArn(String sessionArn) |
The Amazon Resource Name (ARN) of the Q App data collection session.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.sessionData(Collection<QAppSessionData> sessionData) |
The collected responses of a Q App session.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.sessionData(Consumer<QAppSessionData.Builder>... sessionData) |
The collected responses of a Q App session.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.sessionData(QAppSessionData... sessionData) |
The collected responses of a Q App session.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.Builder.sessionId(String sessionId) |
The unique identifier of the Q App data collection session.
|
ListQAppSessionDataResponse.Builder |
ListQAppSessionDataResponse.toBuilder() |
|