Interface ExportQAppSessionDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ExportQAppSessionDataResponse.Builder,
,ExportQAppSessionDataResponse> QAppsResponse.Builder
,SdkBuilder<ExportQAppSessionDataResponse.Builder,
,ExportQAppSessionDataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ExportQAppSessionDataResponse
@Mutable
@NotThreadSafe
public static interface ExportQAppSessionDataResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<ExportQAppSessionDataResponse.Builder,ExportQAppSessionDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncsvFileLink
(String csvFileLink) The link where the exported Q App session data can be downloaded from.The date and time when the link for the exported Q App session data expires.sessionArn
(String sessionArn) The Amazon Resource Name (ARN) 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
-
csvFileLink
The link where the exported Q App session data can be downloaded from.
- Parameters:
csvFileLink
- The link where the exported Q App session data can be downloaded from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The date and time when the link for the exported Q App session data expires.
- Parameters:
expiresAt
- The date and time when the link for the exported Q App session data expires.- 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.
-