Interface GetQAppSessionMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQAppSessionMetadataResponse.Builder,GetQAppSessionMetadataResponse>,QAppsResponse.Builder,SdkBuilder<GetQAppSessionMetadataResponse.Builder,GetQAppSessionMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQAppSessionMetadataResponse
public static interface GetQAppSessionMetadataResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<GetQAppSessionMetadataResponse.Builder,GetQAppSessionMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetQAppSessionMetadataResponse.BuildersessionArn(String sessionArn)The Amazon Resource Name (ARN) of the Q App session.GetQAppSessionMetadataResponse.BuildersessionId(String sessionId)The unique identifier of the Q App session.GetQAppSessionMetadataResponse.BuildersessionName(String sessionName)The name of the Q App session.GetQAppSessionMetadataResponse.BuildersessionOwner(Boolean sessionOwner)Indicates whether the current user is the owner of the Q App session.default GetQAppSessionMetadataResponse.BuildersharingConfiguration(Consumer<SessionSharingConfiguration.Builder> sharingConfiguration)The sharing configuration of the Q App data collection session.GetQAppSessionMetadataResponse.BuildersharingConfiguration(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 Detail
-
sessionId
GetQAppSessionMetadataResponse.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
GetQAppSessionMetadataResponse.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.
-
sessionName
GetQAppSessionMetadataResponse.Builder sessionName(String 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.Builderavoiding the need to create one manually viaSessionSharingConfiguration.builder().When the
Consumercompletes,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:
sharingConfiguration(SessionSharingConfiguration)
-
sessionOwner
GetQAppSessionMetadataResponse.Builder sessionOwner(Boolean 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.
-
-