Interface ExportQAppSessionDataResponse.Builder

    • Method Detail

      • csvFileLink

        ExportQAppSessionDataResponse.Builder csvFileLink​(String 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

        ExportQAppSessionDataResponse.Builder expiresAt​(Instant 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

        ExportQAppSessionDataResponse.Builder sessionArn​(String 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.