Uses of Interface
software.amazon.awssdk.services.qapps.model.ExportQAppSessionDataResponse.Builder
-
Packages that use ExportQAppSessionDataResponse.Builder Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of ExportQAppSessionDataResponse.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return ExportQAppSessionDataResponse.Builder Modifier and Type Method Description static ExportQAppSessionDataResponse.BuilderExportQAppSessionDataResponse. builder()ExportQAppSessionDataResponse.BuilderExportQAppSessionDataResponse.Builder. csvFileLink(String csvFileLink)The link where the exported Q App session data can be downloaded from.ExportQAppSessionDataResponse.BuilderExportQAppSessionDataResponse.Builder. expiresAt(Instant expiresAt)The date and time when the link for the exported Q App session data expires.ExportQAppSessionDataResponse.BuilderExportQAppSessionDataResponse.Builder. sessionArn(String sessionArn)The Amazon Resource Name (ARN) of the Q App data collection session.ExportQAppSessionDataResponse.BuilderExportQAppSessionDataResponse. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ExportQAppSessionDataResponse.Builder Modifier and Type Method Description static Class<? extends ExportQAppSessionDataResponse.Builder>ExportQAppSessionDataResponse. serializableBuilderClass()
-