Interface GetQAppSessionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetQAppSessionResponse.Builder,,GetQAppSessionResponse> QAppsResponse.Builder,SdkBuilder<GetQAppSessionResponse.Builder,,GetQAppSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetQAppSessionResponse
public static interface GetQAppSessionResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<GetQAppSessionResponse.Builder,GetQAppSessionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionappVersion(Integer appVersion) The version of the Q App used for the session.cardStatus(Map<String, CardStatus> cardStatus) The current status for each card in the Q App session.latestPublishedAppVersion(Integer latestPublishedAppVersion) The latest published version of the Q App used for the session.sessionArn(String sessionArn) The Amazon Resource Name (ARN) of the Q App session.The unique identifier of the Q App session.sessionName(String sessionName) The name of the Q App session.The current status of the Q App session.status(ExecutionStatus status) The current status of the Q App session.userIsHost(Boolean userIsHost) Indicates whether the current user is the owner of the Q App data collection session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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
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
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
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
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.
 
 - 
status
The current status of the Q App session.
- Parameters:
 status- The current status of the Q App session.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The current status of the Q App session.
- Parameters:
 status- The current status of the Q App session.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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
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.
 
 
 -