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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQAppSessionResponse.BuildercardStatus(Map<String,CardStatus> cardStatus)The current status for each card in the Q App session.GetQAppSessionResponse.BuildersessionArn(String sessionArn)The Amazon Resource Name (ARN) of the Q App session.GetQAppSessionResponse.BuildersessionId(String sessionId)The unique identifier of the Q App session.GetQAppSessionResponse.Builderstatus(String status)The current status of the Q App session.GetQAppSessionResponse.Builderstatus(ExecutionStatus status)The current status of the Q App 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
status
GetQAppSessionResponse.Builder status(String 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:
ExecutionStatus,ExecutionStatus
-
status
GetQAppSessionResponse.Builder status(ExecutionStatus 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:
ExecutionStatus,ExecutionStatus
-
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.
-
-