Interface GetTestExecutionArtifactsUrlResponse.Builder

    • Method Detail

      • testExecutionId

        GetTestExecutionArtifactsUrlResponse.Builder testExecutionId​(String testExecutionId)

        The unique identifier of the completed test execution.

        Parameters:
        testExecutionId - The unique identifier of the completed test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • downloadArtifactsUrl

        GetTestExecutionArtifactsUrlResponse.Builder downloadArtifactsUrl​(String downloadArtifactsUrl)

        The pre-signed Amazon S3 URL to download completed test execution.

        Parameters:
        downloadArtifactsUrl - The pre-signed Amazon S3 URL to download completed test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.