Interface GetAssessmentReportResponse.Builder

    • Method Detail

      • status

        GetAssessmentReportResponse.Builder status​(String status)

        Specifies the status of the request to generate an assessment report.

        Parameters:
        status - Specifies the status of the request to generate an assessment report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStatus, ReportStatus
      • status

        GetAssessmentReportResponse.Builder status​(ReportStatus status)

        Specifies the status of the request to generate an assessment report.

        Parameters:
        status - Specifies the status of the request to generate an assessment report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStatus, ReportStatus
      • url

        GetAssessmentReportResponse.Builder url​(String url)

        Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.

        Parameters:
        url - Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.