Interface ListQAppSessionDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListQAppSessionDataResponse.Builder,
,ListQAppSessionDataResponse> QAppsResponse.Builder
,SdkBuilder<ListQAppSessionDataResponse.Builder,
,ListQAppSessionDataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQAppSessionDataResponse
@Mutable
@NotThreadSafe
public static interface ListQAppSessionDataResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<ListQAppSessionDataResponse.Builder,ListQAppSessionDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token that indicates the next set of results to retrieve.sessionArn
(String sessionArn) The Amazon Resource Name (ARN) of the Q App data collection session.sessionData
(Collection<QAppSessionData> sessionData) The collected responses of a Q App session.sessionData
(Consumer<QAppSessionData.Builder>... sessionData) The collected responses of a Q App session.sessionData
(QAppSessionData... sessionData) The collected responses of a Q App session.The unique identifier of the Q App data collection session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
The collected responses of a Q App session.
This is a convenience method that creates an instance of theQAppSessionData.Builder
avoiding the need to create one manually viaQAppSessionData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosessionData(List<QAppSessionData>)
.- Parameters:
sessionData
- a consumer that will call methods onQAppSessionData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-