Interface GetQAppSessionMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQAppSessionMetadataResponse.Builder,
,GetQAppSessionMetadataResponse> QAppsResponse.Builder
,SdkBuilder<GetQAppSessionMetadataResponse.Builder,
,GetQAppSessionMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQAppSessionMetadataResponse
@Mutable
@NotThreadSafe
public static interface GetQAppSessionMetadataResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<GetQAppSessionMetadataResponse.Builder,GetQAppSessionMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsessionArn
(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.sessionOwner
(Boolean sessionOwner) Indicates whether the current user is the owner of the Q App session.sharingConfiguration
(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration) The sharing configuration of the Q App data collection session.sharingConfiguration
(SessionSharingConfiguration sharingConfiguration) The sharing configuration 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 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.
-
sharingConfiguration
GetQAppSessionMetadataResponse.Builder sharingConfiguration(SessionSharingConfiguration sharingConfiguration) The sharing configuration of the Q App data collection session.
- Parameters:
sharingConfiguration
- The sharing configuration of the Q App data collection session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharingConfiguration
default GetQAppSessionMetadataResponse.Builder sharingConfiguration(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration) The sharing configuration of the Q App data collection session.
This is a convenience method that creates an instance of theSessionSharingConfiguration.Builder
avoiding the need to create one manually viaSessionSharingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosharingConfiguration(SessionSharingConfiguration)
.- Parameters:
sharingConfiguration
- a consumer that will call methods onSessionSharingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sessionOwner
Indicates whether the current user is the owner of the Q App session.
- Parameters:
sessionOwner
- Indicates whether the current user is the owner of the Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-